Commit f7580ad2 by MaximAL

`User` here

parent 3f42d582
......@@ -36,7 +36,7 @@ use yii\rest\ActiveController;
class UserController extends ActiveController
{
public $modelClass = 'app\models\City';
public $modelClass = 'app\models\User';
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment