Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2015 09:30
Show Gist options
  • Save anonymous/180a7e791e879570e0f4 to your computer and use it in GitHub Desktop.
Save anonymous/180a7e791e879570e0f4 to your computer and use it in GitHub Desktop.
<?
namespace api\controllers;
use common\models\User;
use yii\rest\ActiveController;
class UserController extends ActiveController
{
public $modelClass = 'common\models\User';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment