Skip to content

Commit a9a536b

Browse files
committed
File::make return type
1 parent 35408de commit a9a536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function make(string $source, ?string $zipPath = null): static
5858
/**
5959
* @throws UnsupportedSourceDiskException
6060
*/
61-
public static function makeFromDisk($disk, string $source, ?string $zipPath = null): FileContract
61+
public static function makeFromDisk($disk, string $source, ?string $zipPath = null): static
6262
{
6363
if(!$disk instanceof FilesystemAdapter) {
6464
$disk = Storage::disk($disk);

0 commit comments

Comments
 (0)