mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-15 06:38:40 +00:00
fix after change to php 7.4
This commit is contained in:
parent
0a6227194e
commit
ce9d9eba95
|
|
@ -34,7 +34,7 @@ class DrawImage implements ArrayableInterface, \JsonSerializable
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $id = 0;
|
private int $id = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Media object.
|
* Media object.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user