コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get the event dispatcher instance.
  *
  * @return \Illuminate\Contracts\Events\Dispatcher 
  * @static 
  */
 public static function getDispatcher()
 {
     return \Illuminate\Auth\SessionGuard::getDispatcher();
 }