Skip to content

Commit

Permalink
+ packageStorage component to hidev config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jun 23, 2016
1 parent f105752 commit 5939201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/config/hidev.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
'@hiqdev/assetpackagist/config/goals.yml',
],
],
'packageStorage' => [
'class' => \hiqdev\assetpackagist\components\Storage::class,
],
],
];
4 changes: 2 additions & 2 deletions src/config/hisite.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'showScriptName' => false,
],
'packageStorage' => [
'class' => \hiqdev\assetpackagist\components\Storage::class
]
'class' => \hiqdev\assetpackagist\components\Storage::class,
],
],
'modules' => [],
];

0 comments on commit 5939201

Please sign in to comment.