Cambio de nombre de usuario de comisiones a 'comision'
This commit is contained in:
parent
bd92c26b0a
commit
4062f4b786
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class UserSeeder extends Seeder
|
||||||
$usersToInsert = [];
|
$usersToInsert = [];
|
||||||
|
|
||||||
$usersToInsert[] = DatabaseSeeder::addTimestamps([
|
$usersToInsert[] = DatabaseSeeder::addTimestamps([
|
||||||
'name' => 'comi',
|
'name' => 'comision',
|
||||||
'password' => Hash::make("123"),
|
'password' => Hash::make("123"),
|
||||||
'role_id' => UserRole::where('nombre', 'comision')->first()->id,
|
'role_id' => UserRole::where('nombre', 'comision')->first()->id,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue