File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3333 "minimum-stability" : " stable" ,
3434 "require" : {
3535 "php" : " ^8.0" ,
36- "league/flysystem" : " ^3.0 .0" ,
36+ "league/flysystem" : " ^3.10 .0" ,
3737 "illuminate/support" : " ^5.1 || ^6.0 || ^7.0 || ^9.0 || ^10.0" ,
3838 "mikey179/vfsstream" : " ^1.6"
3939 },
Original file line number Diff line number Diff line change 11<?php namespace STS \Filesystem ;
22
3+ use Illuminate \Filesystem \FilesystemAdapter ;
34use Illuminate \Support \Facades \Storage ;
45use League \Flysystem \Filesystem ;
56use Illuminate \Support \ServiceProvider as ServiceProvider ;
@@ -21,7 +22,8 @@ public function boot()
2122 $ vfsFileSystem = new Filesystem ($ client );
2223
2324 //return
24- return $ vfsFileSystem ;
25+ // return $vfsFileSystem;
26+ return new FilesystemAdapter ($ vfsFileSystem , $ client );
2527 });
2628
2729 }//end boot
You can’t perform that action at this time.
0 commit comments