mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
fix tests
This commit is contained in:
parent
dfe68a427d
commit
0ea77924be
|
|
@ -69,7 +69,7 @@ class Project
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $name = '';
|
||||
public string $name = '';
|
||||
|
||||
/**
|
||||
* Project description.
|
||||
|
|
@ -141,7 +141,7 @@ class Project
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $progressType = ProgressType::MANUAL;
|
||||
public int $progressType = ProgressType::MANUAL;
|
||||
|
||||
/**
|
||||
* Media files.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user