Change env storage

This commit is contained in:
René Preuß
2021-07-23 17:40:31 +02:00
parent d25046f545
commit 917af5c140
9 changed files with 48 additions and 24 deletions

View File

@@ -16,9 +16,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
Storage::extend('ftp', function ($app, $config) {
return new Filesystem(new FtpAdapter($config));
});
//
}
/**