tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/Container/NoConstructorContainer.php
2023-11-20 20:52:04 +00:00

10 lines
187 B
PHP
Executable File

<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Container;
use Symfony\Component\DependencyInjection\Container;
class NoConstructorContainer extends Container
{
}