Skip to content

Commit

Permalink
php artisan db:seed
Browse files Browse the repository at this point in the history
  • Loading branch information
nglthu committed Sep 8, 2024
1 parent 706d6f6 commit bcb1895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myProj/database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function run(): void

User::factory()->create([
'name' => 'abc',
'email' => 'test@123.com',
'email' => 'test@hello.com',
]);
}
}

0 comments on commit bcb1895

Please sign in to comment.