c4934d1f13aecf16a201117f1edd3dffc3527025
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / includes / HotPath / C1.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
4
5 class C1 extends P1
6 {
7     use T1;
8 }