Exemplo n.º 1
0
 /**
  * Get the default driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultDriver()
 {
     return \Illuminate\Filesystem\FilesystemManager::getDefaultDriver();
 }