Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and StyleCIBot committed May 25, 2020
1 parent 2737b22 commit 3d2d5fa
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 3d2d5fa

Please sign in to comment.