Skip to content

Commit

Permalink
Merge pull request #18 from vuquangthinh/patch-2
Browse files Browse the repository at this point in the history
Update Parser.php
  • Loading branch information
nizsheanez authored Jun 12, 2018
2 parents 86af155 + d76ca4d commit 6c3ddbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Parser.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
namespace nizsheanez\assetConverter;

use yii\base\Object;
use yii\base\BaseObject;

abstract class Parser extends Object
abstract class Parser extends BaseObject
{
/**
* Parse a asset file.
Expand All @@ -14,4 +14,4 @@ abstract class Parser extends Object
* @return mixed
*/
abstract public function parse($src, $dst, $options);
}
}

0 comments on commit 6c3ddbd

Please sign in to comment.