mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-13 05:38:41 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
c0a4cf7ed2
commit
c72979819b
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\Draw\Models;
|
namespace Modules\Draw\Models;
|
||||||
|
|
||||||
use Modules\Media\Models\Media;
|
use Modules\Media\Models\Media;
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* News article class.
|
* News article 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 DrawImage implements \JsonSerializable, ArrayableInterface
|
class DrawImage implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Article ID.
|
* Article ID.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user