mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28: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
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $id = 0;
|
||||
private int $id = 0;
|
||||
|
||||
/**
|
||||
* Media object.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user