Skip to content

Commit

Permalink
Enhanced PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Feb 9, 2018
1 parent bdc881c commit 86e5b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/User.php
Expand Up @@ -10,7 +10,7 @@

namespace hisite\models;

class User extends \yii\base\Object implements \yii\web\IdentityInterface
class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
{
public $id;
public $username;
Expand Down

0 comments on commit 86e5b56

Please sign in to comment.