mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Updated the default user seeder.
This commit is contained in:
@@ -11,7 +11,7 @@ class DefaultUserSeeder extends Seeder
|
||||
|
||||
User::create(
|
||||
[
|
||||
'email' => 's@nder.be',
|
||||
'email' => 'thegrumpydictator@gmail.com',
|
||||
'password' => 'sander',
|
||||
'reset' => null,
|
||||
'remember_token' => null,
|
||||
|
Reference in New Issue
Block a user