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: Cloud.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Filesystem; interface Cloud extends Filesystem { /** * Get the URL for the file at the given path. * * @param string $path * @return string */ public function url($path); }
Save