findPrefixTask->byUuid($request->post('uuid')); try { $this->connection->transaction(function() use($prefix) { $this->destroyPrefixTask->run($prefix); }); } catch (Throwable $t) { return false; } return true; } }