mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-02 11:39:19 +01:00
Fix User data in Testing seeder
This commit is contained in:
parent
27a091630c
commit
558fd4d9ea
@ -17,8 +17,8 @@ class TestingSeeder extends Seeder
|
|||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
User::create([
|
User::create([
|
||||||
'name' => 'tester',
|
'name' => 'Tester',
|
||||||
'email' => 'tester@2fauth.app',
|
'email' => 'testing@2fauth.app',
|
||||||
'password' => bcrypt('password'),
|
'password' => bcrypt('password'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user