mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-23 19:48: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;
|
||||
|
||||
use Modules\Media\Models\Media;
|
||||
use phpOMS\Contract\ArrayableInterface;
|
||||
|
||||
/**
|
||||
* News article class.
|
||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Contract\ArrayableInterface;
|
|||
* @link https://karaka.app
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class DrawImage implements \JsonSerializable, ArrayableInterface
|
||||
class DrawImage implements \JsonSerializable
|
||||
{
|
||||
/**
|
||||
* Article ID.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user