1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-16 12:06:24 +02:00

Nette: getContainer() renamed to getContainerBuilder()

This commit is contained in:
David Grudl
2012-01-06 04:02:23 +01:00
parent 9be3bd7a53
commit 1d63af75f9

View File

@ -23,7 +23,7 @@ class DibiNetteExtension extends Nette\Config\CompilerExtension
public function loadConfiguration() public function loadConfiguration()
{ {
$container = $this->getContainer(); $container = $this->getContainerBuilder();
$config = $this->getConfig(); $config = $this->getConfig();
$useProfiler = isset($config['profiler']) $useProfiler = isset($config['profiler'])