Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker authored and StyleCIBot committed Oct 30, 2018
1 parent 590dd03 commit f56a3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function index(Request $request)
->allowedFilters([
Filter::custom('start_date,end_date,title', FilterOr::class),
])
->allowedIncludes('files','images')
->allowedIncludes('files', 'images')
->translated($request->input('translatable_fields'))
->paginate($request->input('per_page'));

Expand Down

0 comments on commit f56a3dc

Please sign in to comment.