Skip to content

Commit

Permalink
Merge pull request #6 from redcatphp/master
Browse files Browse the repository at this point in the history
typo fix #5 class hiqdev\assetpackagist\components\AssetPackage not found
  • Loading branch information
hiqsol authored Jun 23, 2016
2 parents 4986993 + 78ca261 commit f105752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/AssetPackageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace hiqdev\assetpackagist\console;

use hiqdev\assetpackagist\components\AssetPackage;
use hiqdev\assetpackagist\models\AssetPackage;
use hiqdev\assetpackagist\components\Storage;
use Yii;
use yii\base\Exception;
Expand Down

0 comments on commit f105752

Please sign in to comment.