report task

This commit is contained in:
andrey
2021-06-07 17:18:49 +03:00
parent 966003adb0
commit 9f1db817a5
12 changed files with 321 additions and 12 deletions

View File

@ -0,0 +1,12 @@
<?php
namespace backend\modules\reports\models;
use common\models\ReportsTask;
class ReportsTaskSearch extends ReportsTask
{
}