mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-10 04:48:41 +00:00
Fix #7
This commit is contained in:
parent
484cb909f7
commit
de002bb8fd
|
|
@ -271,6 +271,5 @@ class Project
|
||||||
public function setCreatedBy(int $createdBy)
|
public function setCreatedBy(int $createdBy)
|
||||||
{
|
{
|
||||||
$this->createdBy = $createdBy;
|
$this->createdBy = $createdBy;
|
||||||
$this->calendar->setCreatedBy($createdBy);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user