mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 10:58:40 +00:00
Remove deprecated setCreatedAt
This commit is contained in:
parent
6d8bc7deec
commit
733af52363
|
|
@ -218,17 +218,6 @@ class Promotion
|
||||||
return $this->createdAt;
|
return $this->createdAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param \DateTime $createdAt Calendar created at
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function setCreatedAt(\DateTime $createdAt)
|
|
||||||
{
|
|
||||||
$this->createdAt = $createdAt;
|
|
||||||
$this->calendar->setCreatedAt($createdAt);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user