Remove whitespace from end of line

This commit is contained in:
Dennis Eichhorn 2018-01-15 18:56:01 +01:00
parent 6187e52dfc
commit cf4a04fc9a

View File

@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb;
return [
'^.*/backend(\?.*)?$' => [
[
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
'verb' => RouteVerb::GET,
],
],