Skip to content

Commit b7284da

Browse files
authored
Add putFile doc block to storage facade (#33036)
1 parent 1af0632 commit b7284da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Storage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @method static string get(string $path)
1111
* @method static resource|null readStream(string $path)
1212
* @method static bool put(string $path, string|resource $contents, mixed $options = [])
13+
* @method static string|false putFile(string $path, \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string $file, mixed $options = [])
1314
* @method static bool writeStream(string $path, resource $resource, array $options = [])
1415
* @method static string getVisibility(string $path)
1516
* @method static bool setVisibility(string $path, string $visibility)

0 commit comments

Comments
 (0)