diff --git a/Models/Project.php b/Models/Project.php index 3545f0a..7d4a596 100755 --- a/Models/Project.php +++ b/Models/Project.php @@ -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.