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