mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-11 17:18:40 +00:00
fix after change to php 7.4
This commit is contained in:
parent
c04a1d3719
commit
754390775a
|
|
@ -58,7 +58,7 @@ class Promotion
|
|||
* @var null|\DateTime
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $createdAt = null;
|
||||
private ?\DateTime $createdAt = null;
|
||||
|
||||
/**
|
||||
* Created by.
|
||||
|
|
@ -253,7 +253,7 @@ class Promotion
|
|||
}
|
||||
|
||||
/**
|
||||
* @param int $createdBy Creator
|
||||
* @param $createdBy Creator
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user