From cf4a04fc9a34253ef87b3ed4e19fa9bf40d68d30 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 727252a..53e6ea5 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb; return [ '^.*/backend(\?.*)?$' => [ [ - 'dest' => '\Modules\Dashboard\Controller:viewDashboard', + 'dest' => '\Modules\Dashboard\Controller:viewDashboard', 'verb' => RouteVerb::GET, ], ],