Ejemplo n.º 1
0
 /**
  * Called when an event needs to notify a user
  *
  * @param Event  $event The event
  * @param string $name  The name of the event
  */
 public function notify(Event $event, $name)
 {
     $event->notify($name);
 }