mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-11 20:28:40 +00:00
Remove whitespace from end of line
This commit is contained in:
parent
6c72690e30
commit
ff6f9adeff
|
|
@ -5,25 +5,25 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/backend/hr/staff/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffList',
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffList',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/hr/staff/profile.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffProfile',
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffProfile',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/hr/staff/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffCreate',
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/hr/department/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrDepartmentList',
|
||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrDepartmentList',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user