Skip to content

Commit

Permalink
Fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
1josefnevoral committed Jun 15, 2014
1 parent 4cefb2d commit 613339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorCollectorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function loadConfiguration()
$builder->addDefinition($this->prefix('errorCollector'))
->setClass('HQ\ErrorCollector\ErrorCollector', array(
'logDirectory' => $config['logDirectory'],
$this->prefix('storage')
'errorStorage' => $this->prefix('storage')
));
}
}

0 comments on commit 613339e

Please sign in to comment.