コード例 #1
0
 /**
  * Get the events instance.
  *
  * @return \Illuminate\Contracts\Events\Dispatcher 
  * @static 
  */
 public static function getEvents()
 {
     return \GrahamCampbell\Navigation\Navigation::getEvents();
 }