Skip to content

Commit

Permalink
Update usertableseeder
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjroos committed Nov 15, 2017
1 parent 2242f41 commit ca14f6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/seeds/UsersTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public function run()
'id' => 'ab01',
'name' => 'test',
'email' => 'test@test.test',
'type' => 'teacher',
'password' => Hash::make('test')
'type' => 'teacher'
]);
}
}

0 comments on commit ca14f6b

Please sign in to comment.