correct wrong spelling of web_notifications

This commit is contained in:
2026-03-26 10:19:18 +01:00
parent c73f4bd35b
commit 83ec6c9a2a
6 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class ProdSeeder extends Seeder
'phone' => config('app.admin_phone'),
'role' => 1,
'validate' => 1,
'web_notifiactions' => 1,
'web_notifications' => 1,
'email_notifications' => 1,
]
);