Skip to content

Commit a736afb

Browse files
Change Kernel::getPHPDIContainer to protected
#17
1 parent eea6c9a commit a736afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function disableDebugClassLoader()
102102
/**
103103
* @return ContainerInterface
104104
*/
105-
private function getPHPDIContainer()
105+
protected function getPHPDIContainer()
106106
{
107107
if ($this->phpdiContainer === null) {
108108
$builder = new \DI\ContainerBuilder();

0 commit comments

Comments
 (0)