From e744b1165f4b516b7b71653de7109bbcb0009d85 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 31 Jan 2025 21:55:10 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .../Database/EloquentPolymorphicWithStringMorphTypeTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/Database/EloquentPolymorphicWithStringMorphTypeTest.php b/tests/Integration/Database/EloquentPolymorphicWithStringMorphTypeTest.php index 118fd306d22..83bd71c4138 100644 --- a/tests/Integration/Database/EloquentPolymorphicWithStringMorphTypeTest.php +++ b/tests/Integration/Database/EloquentPolymorphicWithStringMorphTypeTest.php @@ -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([