We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35408de commit a9a536bCopy full SHA for a9a536b
src/Models/File.php
@@ -58,7 +58,7 @@ public static function make(string $source, ?string $zipPath = null): static
58
/**
59
* @throws UnsupportedSourceDiskException
60
*/
61
- public static function makeFromDisk($disk, string $source, ?string $zipPath = null): FileContract
+ public static function makeFromDisk($disk, string $source, ?string $zipPath = null): static
62
{
63
if(!$disk instanceof FilesystemAdapter) {
64
$disk = Storage::disk($disk);
0 commit comments