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