Пример #1
0
 public function onEntryEdit(Entry $entry)
 {
     $notification = $entry->notifications()->first();
     $this->updateNotificationTargets($notification, $entry->text_source);
 }