コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the event dispatcher instance.
  *
  * @return \Illuminate\Contracts\Events\Dispatcher 
  * @static 
  */
 public static function getEventDispatcher()
 {
     return \Illuminate\Log\Writer::getEventDispatcher();
 }