summaryrefslogtreecommitdiffstats
path: root/dependencyinjection
diff options
context:
space:
mode:
Diffstat (limited to 'dependencyinjection')
-rw-r--r--dependencyinjection/dicontainer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencyinjection/dicontainer.php b/dependencyinjection/dicontainer.php
index 6cedc42c5..5e65ada7a 100644
--- a/dependencyinjection/dicontainer.php
+++ b/dependencyinjection/dicontainer.php
@@ -126,7 +126,7 @@ class DIContainer extends BaseContainer {
/**
* Utility
*/
- $this['Fetcher'] = $this->share(function(){
+ $this['Fetcher'] = $this->share(function($c){
$fetcher = new Fetcher();
// register fetchers in order