From d37346312984084baf90abbc7505aef1f7afbe77 Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Wed, 21 Jun 2017 13:02:16 +0200 Subject: [PATCH] Fix namespace of volume Largo view controller --- src/Http/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/routes.php b/src/Http/routes.php index ed399c23..0de0bd5c 100644 --- a/src/Http/routes.php +++ b/src/Http/routes.php @@ -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', [