Skip to content

Commit

Permalink
PHP 7.2.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Dec 8, 2017
1 parent 1ec924e commit b0d2cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MigrationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


use execut\yii\migration\Table;
use yii\base\Object;
use yii\base\BaseObject;

class MigrationHelper extends Object
class MigrationHelper extends BaseObject
{
/**
* @var Table
Expand Down

0 comments on commit b0d2cb3

Please sign in to comment.