コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Create an instance of the Eloquent driver.
  *
  * @return \Illuminate\Auth\Guard 
  * @static 
  */
 public static function createEloquentDriver()
 {
     return \Illuminate\Auth\AuthManager::createEloquentDriver();
 }