Skip to content

Commit 337de5e

Browse files
joedixonStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent cb1f7bf commit 337de5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Articles/ArticlesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function index(Request $request)
3636
->latest('submitted_at')
3737
->take(4)
3838
->get();
39-
39+
4040
$articles = Article::published()
4141
->notPinned()
4242
->{$filter}();

0 commit comments

Comments
 (0)