Skip to content

Commit

Permalink
Fix namespace of volume Largo view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jun 21, 2017
1 parent 8995fc4 commit d373463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
], function ($router) {
$router->get('volumes/{id}/largo', [
'as' => 'largo',
'uses' => 'Projects\LargoController@index',
'uses' => 'Volumes\LargoController@index',
]);

$router->get('projects/{id}/largo', [
Expand Down

0 comments on commit d373463

Please sign in to comment.