mirror of
https://github.com/dg/dibi.git
synced 2025-07-16 03:56:24 +02:00
Nette: getContainer() renamed to getContainerBuilder()
This commit is contained in:
@ -23,7 +23,7 @@ class DibiNetteExtension extends Nette\Config\CompilerExtension
|
||||
|
||||
public function loadConfiguration()
|
||||
{
|
||||
$container = $this->getContainer();
|
||||
$container = $this->getContainerBuilder();
|
||||
$config = $this->getConfig();
|
||||
|
||||
$useProfiler = isset($config['profiler'])
|
||||
|
Reference in New Issue
Block a user