Correct fix for #4060

This commit is contained in:
Alexander Makarov
2014-06-25 21:03:48 +04:00
parent cc351d065e
commit c8299697d0
2 changed files with 8 additions and 8 deletions

View File

@ -28,6 +28,14 @@ class User extends ActiveRecord implements IdentityInterface
const ROLE_USER = 10;
/**
* @inheritdoc
*/
public static function tableName()
{
return '{{%user}}';
}
/**
* @inheritdoc
*/