We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a461eee commit e71dd36Copy full SHA for e71dd36
database/seeds/DatabaseSeeder.php
@@ -19,7 +19,7 @@ public function run()
19
$lang="en";
20
21
DB::table('users')->insert([
22
- 'login' => 'admin',
+ 'login' => 'admin@admin.localhost',
23
'name' => 'Administrator',
24
'title' => 'Pirate Captain',
25
'role' => 1,
0 commit comments