Skip to content

Commit

Permalink
removed Interpolator singleton configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 4, 2017
1 parent 2a8094d commit 6c4739a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/basis.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
],
'container' => [
'singletons' => [
\hidev\base\Interpolator::class => [
],
\hidev\components\AbstractVcs::class => function () {
$detectedVCS = 'git';
return Yii::$app->get($detectedVCS);
Expand Down

0 comments on commit 6c4739a

Please sign in to comment.