Skip to content

Commit

Permalink
Merge pull request #17 from qbhy/master
Browse files Browse the repository at this point in the history
避免自定义组件被默认组件覆盖
  • Loading branch information
Hanson authored Jul 28, 2020
2 parents 46990dc + 4545fe0 commit 0dc6896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"doctrine/cache": "^1.6",
"symfony/http-foundation": "^3.3|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.2",
"monolog/monolog": "^1.22|^2.0"
"monolog/monolog": "^1.22|^2.0",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public function __construct($config)
error_reporting(E_ALL);
}

$this->registerProviders();
$this->registerBase();
$this->registerProviders();
$this->initializeLogger();
}

Expand Down

0 comments on commit 0dc6896

Please sign in to comment.