mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
updated user seed okay to include real employees names
This commit is contained in:
@@ -40,7 +40,7 @@ class UsersTableSeeder extends Seeder
|
||||
DB::table('users')->insert([
|
||||
[
|
||||
'name' => Str::title($employee),
|
||||
'email' => Str::snake($employee).'@cief-malaysia.com',
|
||||
'email' => Str::snake(str::lower($employee)).'@cief-malaysia.com',
|
||||
'password' => Hash::make('123456abcabc'),
|
||||
'email_verified_at' => \Carbon\Carbon::now(),
|
||||
'created_at' => \Carbon\Carbon::now(),
|
||||
|
||||
Reference in New Issue
Block a user