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