mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-31 10:18:41 +00:00
Remove whitespace from end of line
This commit is contained in:
parent
153d2a558d
commit
860430753e
|
|
@ -5,19 +5,19 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/backend/eventmanagement/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementList',
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementList',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/eventmanagement/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementCreate',
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/eventmanagement/profile.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementProfile',
|
||||
'dest' => '\Modules\EventManagement\Controller:viewEventManagementProfile',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user