model)); \DB::transaction(function () { $this->model->delete(); $this->model->flushCache(); }); event(new RoleDeleted($this->model)); return true; } }