Commit 147bbe72 by Qiang Xue

Merge branch 'feature-restapi' of git://github.com/yiisoft/yii2 into feature-restapi

parents 18c7c63e 4fbfef58
......@@ -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