Skip to content

Commit

Permalink
use a lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Dec 17, 2013
1 parent 4aba765 commit ba007c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/define.php
Expand Up @@ -14,4 +14,4 @@
/**
* Services
*/
$di->set('logger', $di->newInstance('Monolog\Logger'));
$di->set('logger', $di->lazyNew('Monolog\Logger'));

0 comments on commit ba007c2

Please sign in to comment.