mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-13 19:18:40 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
cacbaf8e62
commit
608acbb527
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Accounting\Models;
|
namespace Modules\Accounting\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class BalanceL11n implements \JsonSerializable, ArrayableInterface
|
class BalanceL11n implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Article ID.
|
* Article ID.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Accounting\Models;
|
namespace Modules\Accounting\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class CostCenterL11n implements \JsonSerializable, ArrayableInterface
|
class CostCenterL11n implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Article ID.
|
* Article ID.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Accounting\Models;
|
namespace Modules\Accounting\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class CostObjectL11n implements \JsonSerializable, ArrayableInterface
|
class CostObjectL11n implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Article ID.
|
* Article ID.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user