File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem
Upload
[..]
Cloud.php (247 B)
Edit
Rename
Del
Factory.php (279 B)
Edit
Rename
Del
Filesystem.php (5 KB)
Edit
Rename
Del
Edit: Factory.php
<?php namespace Illuminate\Contracts\Filesystem; interface Factory { /** * Get a filesystem implementation. * * @param \UnitEnum|string|null $name * @return \Illuminate\Contracts\Filesystem\Filesystem */ public function disk($name = null); }
Simpan