Skip to content

Commit

Permalink
Update StarterSeeder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drolean authored Oct 21, 2017
1 parent b49be52 commit accefa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeds/StarterSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public function run()
]);

DB::table('users')->insert([
'name' => 'Leandro Henrique Ross',
'email' => 'leandroross@gmail.com',
'name' => 'Fulano Beltrano',
'email' => 'usuario@email.com',
'password' => bcrypt('secret'),
'activation' => 1,
'is_admin' => 1,
Expand Down

0 comments on commit accefa8

Please sign in to comment.