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

Поправлены именования классов (хз, почему оно прежде работало)
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

@@ -1,10 +1,11 @@
<?php
namespace api\models;
use api\models\base\ApiForm;
use common\models\Account;
use Yii;
class ChangePasswordForm extends BaseApiForm {
class ChangePasswordForm extends ApiForm {
public $password;