permission = $permission; } /** * Execute the job. * * @return boolean|Exception */ public function handle() { \DB::transaction(function () { $this->permission->delete(); }); return true; } }