bb6d7fbe by Jeff Balicki

new config

1 parent b1d6beab
...@@ -148,7 +148,6 @@ return [ ...@@ -148,7 +148,6 @@ return [
148 Illuminate\Validation\ValidationServiceProvider::class, 148 Illuminate\Validation\ValidationServiceProvider::class,
149 Illuminate\View\ViewServiceProvider::class, 149 Illuminate\View\ViewServiceProvider::class,
150 150
151
152 /* 151 /*
153 * Application Service Providers... 152 * Application Service Providers...
154 */ 153 */
...@@ -203,8 +202,6 @@ return [ ...@@ -203,8 +202,6 @@ return [
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 204
206
207
208 ], 205 ],
209 206
210 ]; 207 ];
......
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