mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-17 10:28:40 +00:00
improve docblocks
This commit is contained in:
parent
c10388a139
commit
e15ba7082d
|
|
@ -80,7 +80,7 @@ class Promotion
|
||||||
/**
|
/**
|
||||||
* Created by.
|
* Created by.
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int|\Modules\Admin\Models\Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $createdBy = 0;
|
private $createdBy = 0;
|
||||||
|
|
@ -486,11 +486,11 @@ class Promotion
|
||||||
/**
|
/**
|
||||||
* Get created by
|
* Get created by
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int|\Modules\Admin\Models\Account
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function getCreatedBy() : int
|
public function getCreatedBy()
|
||||||
{
|
{
|
||||||
return $this->createdBy;
|
return $this->createdBy;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user