mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 01:46:03 +02:00
db test and Travis CI integration
This commit is contained in:
@@ -13,9 +13,9 @@ class UsersTableSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
User::create([
|
||||
'name' => 'bubka',
|
||||
'email' => 'edouard@ganeau.me',
|
||||
'password' => bcrypt('bubka'),
|
||||
'name' => 'testLogin',
|
||||
'email' => 'test@test.com',
|
||||
'password' => bcrypt('test'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user