project status

This commit is contained in:
2023-05-04 00:16:30 +03:00
parent 822c1c8339
commit c91efd6e56
2 changed files with 15 additions and 4 deletions

View File

@ -91,6 +91,8 @@ use yii\web\Linkable;
*/
class Project extends \common\models\Project
{
const STATUS_OTHER = 19;
const STATUS_CLOSE = 10;
public function fields(): array
{
return [