warningRecipient; $employee->notify(new HrActionNotification('warning', $warning,'you have been warned')); } /** * Handle the Warning "updated" event. */ public function updated(Warning $warning): void { // } /** * Handle the Warning "deleted" event. */ public function deleted(Warning $warning): void { // } /** * Handle the Warning "restored" event. */ public function restored(Warning $warning): void { // } /** * Handle the Warning "force deleted" event. */ public function forceDeleted(Warning $warning): void { // } }