mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-09 09:28:41 +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 [
|
return [
|
||||||
'^.*/backend/hr/staff/list.*$' => [
|
'^.*/backend/hr/staff/list.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffList',
|
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/hr/staff/profile.*$' => [
|
'^.*/backend/hr/staff/profile.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffProfile',
|
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffProfile',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/hr/staff/create.*$' => [
|
'^.*/backend/hr/staff/create.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffCreate',
|
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrStaffCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/hr/department/list.*$' => [
|
'^.*/backend/hr/department/list.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrDepartmentList',
|
'dest' => '\Modules\HumanResourceManagement\Controller:viewHrDepartmentList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user