bb6d7fbe by Jeff Balicki

new config

1 parent b1d6beab
...@@ -147,7 +147,6 @@ return [ ...@@ -147,7 +147,6 @@ return [
147 Illuminate\Translation\TranslationServiceProvider::class, 147 Illuminate\Translation\TranslationServiceProvider::class,
148 Illuminate\Validation\ValidationServiceProvider::class, 148 Illuminate\Validation\ValidationServiceProvider::class,
149 Illuminate\View\ViewServiceProvider::class, 149 Illuminate\View\ViewServiceProvider::class,
150
151 150
152 /* 151 /*
153 * Application Service Providers... 152 * Application Service Providers...
...@@ -202,8 +201,6 @@ return [ ...@@ -202,8 +201,6 @@ return [
202 'URL' => Illuminate\Support\Facades\URL::class, 201 'URL' => Illuminate\Support\Facades\URL::class,
203 'Validator' => Illuminate\Support\Facades\Validator::class, 202 'Validator' => Illuminate\Support\Facades\Validator::class,
204 'View' => Illuminate\Support\Facades\View::class, 203 'View' => Illuminate\Support\Facades\View::class,
205
206
207 204
208 ], 205 ],
209 206
......
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
...@@ -45,8 +45,7 @@ return [ ...@@ -45,8 +45,7 @@ return [
45 45
46 'local' => [ 46 'local' => [
47 'driver' => 'local', 47 'driver' => 'local',
48 'root' => storage_path('app/public'), 48 'root' => storage_path('app'),
49 'visibility' => 'public',
50 ], 49 ],
51 50
52 'public' => [ 51 'public' => [
......
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed