Skip to content

Commit

Permalink
Update EloquentMorphConstrainTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 12, 2020
1 parent 4f39d2b commit 252872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Database/EloquentMorphConstrainTest.php
Expand Up @@ -56,7 +56,7 @@ public function testMorphConstraints()
},
Video::class => function ($query) {
$query->where('video_visible', true);
}
},
]);
}])
->get();
Expand Down

0 comments on commit 252872f

Please sign in to comment.