Remove whitespace from end of line

This commit is contained in:
Dennis Eichhorn 2018-01-15 18:56:01 +01:00
parent c88cfe67de
commit bff40e135e

View File

@ -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,
],
],