8bca132abe48a9e23d6bdb134dbcad898da29631
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Prototype / OtherDir / Component2 / Dir1 / Service4.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\OtherDir\Component2\Dir1;
4
5 class Service4
6 {
7 }