Commit 4fbfef58 by Carsten Brandt

Merge pull request #2636 from maximal/patch-1

`User` here
parents 3f42d582 f7580ad2
...@@ -36,7 +36,7 @@ use yii\rest\ActiveController; ...@@ -36,7 +36,7 @@ use yii\rest\ActiveController;
class UserController extends 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