Skip to content

Commit

Permalink
Change parameter order. Fixes #1208
Browse files Browse the repository at this point in the history
  • Loading branch information
Fossil authored Jan 19, 2022
1 parent d327c94 commit 0808556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SeriesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SeriesController extends BasePageController
*
* @throws \Exception
*/
public function index($id = '', Request $request)
public function index(Request $request, $id = '')
{
$this->setPrefs();
$releases = new Releases();
Expand Down

0 comments on commit 0808556

Please sign in to comment.