diff --git a/tests/Integration/Database/EloquentMorphConstrainTest.php b/tests/Integration/Database/EloquentMorphConstrainTest.php index ac20d5fd467e..e8e995d474c5 100644 --- a/tests/Integration/Database/EloquentMorphConstrainTest.php +++ b/tests/Integration/Database/EloquentMorphConstrainTest.php @@ -56,7 +56,7 @@ public function testMorphConstraints() }, Video::class => function ($query) { $query->where('video_visible', true); - } + }, ]); }]) ->get();