the project-user is finished

This commit is contained in:
iIronside
2021-11-23 14:58:28 +03:00
parent ae99b9c4df
commit a058b1baa1
11 changed files with 427 additions and 9 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace backend\modules\project\models;
class ProjectUser extends \common\models\ProjectUser
{
}