Commit 45e429c1 by Jonathan Reinink

Rename default user

1 parent e3acbb76
Showing with 3 additions and 3 deletions
......@@ -14,9 +14,9 @@ class DatabaseSeeder extends Seeder
factory(User::class)->create([
'account_id' => $account->id,
'first_name' => 'Jonathan',
'last_name' => 'Reinink',
'email' => 'jonathan@reinink.ca',
'first_name' => 'John',
'last_name' => 'Doe',
'email' => 'johndoe@example.com',
'owner' => true,
]);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!