44e7cacd2b70c4de056d7552fc9ccc2f88ae462b
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Prototype / OtherDir / Component1 / Dir2 / Service2.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\OtherDir\Component1\Dir2;
4
5 class Service2
6 {
7
8 }