project continue
This commit is contained in:
@@ -17,5 +17,13 @@ class UsersTableSeeder extends Seeder
|
||||
'password' => Hash::make('12345678'),
|
||||
'is_admin' => true,
|
||||
]);
|
||||
|
||||
DB::table('users')->insert([
|
||||
'username' => 'bolotina',
|
||||
'name' => 'Юлия Болотина',
|
||||
'email' => 'bolotina@dinamika-avia.ru',
|
||||
'password' => Hash::make('12345678'),
|
||||
'is_admin' => false,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user