Added Notifications

This commit is contained in:
2026-05-19 21:45:24 +10:00
parent 3bd2bda84c
commit 3eb3971d79
202 changed files with 90 additions and 15 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ return [
'local' => [
'driver' => 'local',
'root' => storage_path('app/private'),
'root' => env('LOCAL_DISK_ROOT', storage_path('app/private')),
'serve' => true,
'throw' => false,
'report' => false,