Esempio n. 1
0
 public function update(User $user, Notification $notification)
 {
     return $user->ownsNotification($notification);
 }