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