From bff40e135e8274ca8c167fca775ed2ee7c57cbf4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 15 Jan 2018 18:56:01 +0100 Subject: [PATCH] Remove whitespace from end of line --- Admin/Routes/Web/Backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 2e55859..9f1c1b6 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb; return [ '^.*/backend/controlling/pl/dashboard.*$' => [ [ - 'dest' => '\Modules\PL\Controller:viewPLDashboard', + 'dest' => '\Modules\PL\Controller:viewPLDashboard', 'verb' => RouteVerb::GET, ], ],