golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Filesystem
⬆️ Go Up
Upload
File/Folder
Size
Actions
Cloud.php
266 B
Del
OK
Factory.php
288 B
Del
OK
FileNotFoundException.php
142 B
Del
OK
Filesystem.php
4.97 KB
Del
OK
LockTimeoutException.php
141 B
Del
OK
Edit: Factory.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Filesystem; interface Factory { /** * Get a filesystem implementation. * * @param string|null $name * @return \Illuminate\Contracts\Filesystem\Filesystem */ public function disk($name = null); }
Save