mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-04 20:58:41 +00:00
Remove whitespace from end of line
This commit is contained in:
parent
51ac496a79
commit
92431a69bf
|
|
@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/api/editor.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Editor\Controller:apiEditorCreate',
|
||||
'dest' => '\Modules\Editor\Controller:apiEditorCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -5,23 +5,23 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/backend/editor/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
||||
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
[
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/editor/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/editor/single.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorSingle',
|
||||
'dest' => '\Modules\Editor\Controller:viewEditorSingle',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user