update($data); $role->touch(); return $role; } public function handleDestroy(Role $role): void { $role->delete(); } }