コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Set the default authentication driver name.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function setDefaultDriver($name)
 {
     \Illuminate\Auth\AuthManager::setDefaultDriver($name);
 }