From 6eb17c92bd65e8631213a3a0edbfb30eabc84d55 Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Mon, 11 May 2020 19:49:21 +0300 Subject: [PATCH] Update DashboardController.php --- app/src/Controller/Keeper/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Controller/Keeper/DashboardController.php b/app/src/Controller/Keeper/DashboardController.php index 2f6b42a..4399941 100644 --- a/app/src/Controller/Keeper/DashboardController.php +++ b/app/src/Controller/Keeper/DashboardController.php @@ -15,7 +15,7 @@ use Spiral\Prototype\Traits\PrototypeTrait; /** - * @Keeper\Controller(name="dashboard", path="") + * @Keeper\Controller(name="dashboard", prefix="") */ class DashboardController {