appreciatee; $appreciatee->notify(new HrActionNotification('appreciation', $appreciation,'you have been appreciated.')); } /** * Handle the Appreciation "updated" event. */ public function updated(Appreciation $appreciation): void { // } /** * Handle the Appreciation "deleted" event. */ public function deleted(Appreciation $appreciation): void { // } /** * Handle the Appreciation "restored" event. */ public function restored(Appreciation $appreciation): void { // } /** * Handle the Appreciation "force deleted" event. */ public function forceDeleted(Appreciation $appreciation): void { // } }