Skip to content

Commit

Permalink
Prase ConfigFile like parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsifalda committed Sep 8, 2013
1 parent 10766ee commit 8bcde88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Flame/Configurator.php
Expand Up @@ -10,6 +10,7 @@

namespace Flame;

use Flame\Modules\Config\ConfigFile;
use Flame\Modules\DI\ConfiguratorHelper;
use Flame\Modules\ModulesInstaller;
use Nette;
Expand Down Expand Up @@ -43,6 +44,6 @@ public function registerExtension($name, $class)
*/
public function createModulesInstaller()
{
return new ModulesInstaller(new ConfiguratorHelper($this));
return new ModulesInstaller(new ConfiguratorHelper($this), new ConfigFile);
}
}

0 comments on commit 8bcde88

Please sign in to comment.