This commit is contained in:
Tomas Votruba 2021-07-23 01:14:21 +02:00
parent c2589622b4
commit 34f7170479

View File

@ -10,4 +10,10 @@ if (class_exists('Nette\DI\CompilerExtension')) {
class CompilerExtension
{
/**
* @return ContainerBuilder
*/
public function getContainerBuilder()
{
}
}