add api/company/get-personal
This commit is contained in:
@ -61,6 +61,14 @@ class ProjectTask extends ActiveRecord
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int[]
|
||||
*/
|
||||
public static function openTaskStatusList(): array
|
||||
{
|
||||
return [self::STATUS_ACTIVE, self::STATUS_AT_WORK];
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $priority
|
||||
* @return string
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
namespace common\models;
|
||||
|
||||
use Yii;
|
||||
|
||||
/**
|
||||
* This is the model class for table "test_task".
|
||||
*
|
||||
|
Reference in New Issue
Block a user