diff --git a/Models/Promotion.php b/Models/Promotion.php index f1f0fb4..9b5e702 100644 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -80,7 +80,7 @@ class Promotion /** * Created by. * - * @var int + * @var int|\Modules\Admin\Models\Account * @since 1.0.0 */ private $createdBy = 0; @@ -486,11 +486,11 @@ class Promotion /** * Get created by * - * @return int + * @return int|\Modules\Admin\Models\Account * * @since 1.0.0 */ - public function getCreatedBy() : int + public function getCreatedBy() { return $this->createdBy; }