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