Skip to content

Commit

Permalink
Merge pull request #438 from sihar/master
Browse files Browse the repository at this point in the history
remove class_alias for yii\base\Object
  • Loading branch information
sihar authored May 1, 2020
2 parents ff69966 + ce552e1 commit e5b0676
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BaseObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace mdm\admin;

if(!class_exists('yii\base\BaseObject')){
class_alias('yii\base\Object', 'yii\base\BaseObject');
}

/**
* Description of BaseObject
*
Expand Down

0 comments on commit e5b0676

Please sign in to comment.