diff --git a/tests/Integration/Log/ContextIntegrationTest.php b/tests/Integration/Log/ContextIntegrationTest.php index 86bd53abeef9..750470cf7c0d 100644 --- a/tests/Integration/Log/ContextIntegrationTest.php +++ b/tests/Integration/Log/ContextIntegrationTest.php @@ -146,8 +146,3 @@ public function test_it_can_handle_unserialize_exceptions_manually() Context::handleUnserializeExceptionUsing(null); } } - -class User extends Model -{ - protected $guarded = []; -}