Skip to content

Commit

Permalink
Merge 3fa8346 into cbdaed9
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 27, 2020
2 parents cbdaed9 + 3fa8346 commit 1b7b48c
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 1b7b48c

Please sign in to comment.