Skip to content

Commit 043c7eb

Browse files
authored
Merge pull request #18 from jasonbouffard/allowGetPHPDIContainerOverride-jason
Change Kernel::getPHPDIContainer to protected
2 parents eea6c9a + a736afb commit 043c7eb

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)