Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Container / NoConstructorContainer.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Container;
4
5 use Symfony\Component\DependencyInjection\Container;
6
7 class NoConstructorContainer extends Container
8 {
9 }