Preview: Factory.php
Size: 269 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/Factory.php
<?php
namespace Illuminate\Contracts\Filesystem;
interface Factory
{
/**
* Get a filesystem implementation.
*
* @param string|null $name
* @return \Illuminate\Contracts\Filesystem\Filesystem
*/
public function disk($name = null);
}
Directory Contents
Dirs: 0 × Files: 5