Remove whitespace from end of line

This commit is contained in:
Dennis Eichhorn 2018-01-15 18:56:01 +01:00
parent 4eb31e8b0c
commit b9c2dfe17a

View File

@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb;
return [
'^.*/backend/controlling/balance/dashboard.*$' => [
[
'dest' => '\Modules\Balance\Controller:viewBalanceDashboard',
'dest' => '\Modules\Balance\Controller:viewBalanceDashboard',
'verb' => RouteVerb::GET,
],
],