コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the default driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultDriver()
 {
     return \Illuminate\Filesystem\FilesystemManager::getDefaultDriver();
 }