Skip to content

Commit

Permalink
Merge 3d2d5fa into 2737b22
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed May 25, 2020
2 parents 2737b22 + 3d2d5fa commit fa91a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FiltersTrashedTest.php
Expand Up @@ -51,7 +51,7 @@ public function it_can_filter_only_trashed_by_scope_directly()
{
$models = $this
->createQueryFromFilterRequest([
'only_trashed' => true
'only_trashed' => true,
])
->allowedFilters(AllowedFilter::scope('only_trashed'))
->get();
Expand Down

0 comments on commit fa91a00

Please sign in to comment.