fixed progress and alignment of style-change

This commit is contained in:
2025-08-04 15:35:01 +02:00
parent b4456bcabb
commit 4a45738b9b
5 changed files with 13 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ return [
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'root' => public_path('storage'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,
@@ -70,7 +70,7 @@ return [
*/
'links' => [
public_path('storage') => storage_path('app/public'),
public_path('storage') => public_path('storage'),
],
];