mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-10 04:48:41 +00:00
Modify fix
This commit is contained in:
parent
10454d32f7
commit
85d6824831
|
|
@ -64,10 +64,11 @@ class Project
|
||||||
|
|
||||||
private $tasks = [];
|
private $tasks = [];
|
||||||
|
|
||||||
public function __construct(string $name = '') {
|
public function __construct(string $name = '')
|
||||||
|
{
|
||||||
$this->start = new \DateTime('now');
|
$this->start = new \DateTime('now');
|
||||||
$this->end = new \DateTime('now');
|
$this->end = new \DateTime('now');
|
||||||
$this->end->modify('+1M');
|
$this->end->modify('+1 month');
|
||||||
$this->createdAt = new \DateTime('now');
|
$this->createdAt = new \DateTime('now');
|
||||||
|
|
||||||
$this->calendar = new Calendar();
|
$this->calendar = new Calendar();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user