findUserTask->byUuid($request->post('uuid')); try { $this->db->transaction(function () use ($user) { $this->destroyUserTask->run($user); }); } catch (Throwable $t) { return false; } return true; } }