Example #1
0
 /**
  * Fire given event.
  *
  * @param $event
  * @param \Krucas\Notification\NotificationsBag $notificationBag
  * @param \Krucas\Notification\Message $message
  * @return array|bool|null 
  * @static 
  */
 public static function fire($event, $notificationBag, $message)
 {
     return \Krucas\Notification\Notification::fire($event, $notificationBag, $message);
 }