Skip to content

Commit 810be49

Browse files
authored
Merge pull request #487 from spatie/analysis-M1o6v3
Apply fixes from StyleCI
2 parents e9248a0 + 2247a8e commit 810be49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FiltersTrashedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function it_can_filter_only_trashed_by_scope_directly()
5151
{
5252
$models = $this
5353
->createQueryFromFilterRequest([
54-
'only_trashed' => true
54+
'only_trashed' => true,
5555
])
5656
->allowedFilters(AllowedFilter::scope('only_trashed'))
5757
->get();

0 commit comments

Comments
 (0)