Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 31, 2025
1 parent 8d56e60 commit e744b11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ protected function afterRefreshingDatabase()
$user = UserFactory::new()->create([
'name' => 'Taylor Otwell',
'email' => 'taylor@laravel.com',
'password' => bcrypt('password'),
]);

DB::table('integrations')->insert([
Expand Down

0 comments on commit e744b11

Please sign in to comment.