mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-12 07:48:41 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
b314c2c0fe
commit
5fc12f1e4b
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\Exchange\Models;
|
namespace Modules\Exchange\Models;
|
||||||
|
|
||||||
use Modules\Admin\Models\Account;
|
use Modules\Admin\Models\Account;
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exchange class.
|
* Exchange class.
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Contract\ArrayableInterface;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class ExchangeLog implements \JsonSerializable, ArrayableInterface
|
class ExchangeLog implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Article ID.
|
* Article ID.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user