Skip to content

Commit f631ca8

Browse files
authored
Fix cloud() return type (#47664)
1 parent 9e56c4d commit f631ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function disk($name = null)
8686
/**
8787
* Get a default cloud filesystem instance.
8888
*
89-
* @return \Illuminate\Contracts\Filesystem\Filesystem
89+
* @return \Illuminate\Contracts\Filesystem\Cloud
9090
*/
9191
public function cloud()
9292
{

0 commit comments

Comments
 (0)