pulse setting

This commit is contained in:
NoBody313
2025-04-20 11:26:30 +07:00
parent ed14fc0a98
commit 1b59bd6512
4 changed files with 24 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ class AdminSeeder extends Seeder
'email' => 'superadminMonitoring@humicengineering.com',
'password' => bcrypt('SuperAdminMonitoringHumic#123'),
'email_verified_at' => now(),
'role' => 'admin',
'remember_token' => Str::random(10),
]);
}