role = $role; } /** * Execute the job. * * @return boolean|Exception */ public function handle() { $this->role->delete(); Artisan::call('cache:clear'); return true; } }