mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-14 06:05:54 +00:00
Change env storage
This commit is contained in:
@@ -16,9 +16,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Storage::extend('ftp', function ($app, $config) {
|
||||
return new Filesystem(new FtpAdapter($config));
|
||||
});
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user