PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Filesystem
<?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); }
[+]
..
[-] Cloud.php
[edit]
[-] FileNotFoundException.php
[edit]
[-] Factory.php
[edit]
[-] Filesystem.php
[edit]
[-] LockTimeoutException.php
[edit]