Базовые модели перенесены в отдельное простраинство имён

Поправлены именования классов (хз, почему оно прежде работало)
This commit is contained in:
ErickSkrauch
2016-03-20 02:33:49 +03:00
parent e67257b8aa
commit 951b6928a2
12 changed files with 33 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace api\models\base;
use yii\base\Model;
class ApiForm extends Model {
public function formName() {
return '';
}
}