Skip to content

Commit

Permalink
fix php 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander authored Jan 17, 2018
1 parent 0e25804 commit 635ee0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/PageUrlRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

use \dmstr\modules\pages\models\Tree;
use yii\web\UrlRuleInterface;
use yii\base\Object;
use yii\base\BaseObject;

/**
* Class PageUrlRule
* @package dmstr\modules\pages\components
* @author Christopher Stebe <[email protected]>
*/
class PageUrlRule extends Object implements UrlRuleInterface
class PageUrlRule extends BaseObject implements UrlRuleInterface
{
/**
* @param \yii\web\UrlManager $manager
Expand Down

0 comments on commit 635ee0a

Please sign in to comment.