undo serialize deprecation and switch to installExternal api calls

This commit is contained in:
Dennis Eichhorn 2022-03-26 15:01:45 +01:00
parent b314c2c0fe
commit 5fc12f1e4b

View File

@ -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.