Skip to content

Commit

Permalink
Merge 48c0638 into 0797011
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 27, 2020
2 parents 0797011 + 48c0638 commit fd07475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FiltersTrashedTest.php
Original file line number Diff line number Diff line change
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 fd07475

Please sign in to comment.