mirror of
https://github.com/Karaka-Management/oms-CashManagement.git
synced 2026-02-18 09:28:42 +00:00
auto fixes + some impl.
This commit is contained in:
parent
9c21043ca9
commit
e4be0ff8c5
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/accounting/cash/list.*$' => [
|
||||
'^.*/accounting/cash/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/accounting/cash/register.*$' => [
|
||||
'^.*/accounting/cash/register(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\CashManagement\tests
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
\ini_set('memory_limit', '2048M');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user