X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fvalidator%2FTests%2FFixtures%2FGroupSequenceProviderChildEntity.php;fp=vendor%2Fsymfony%2Fvalidator%2FTests%2FFixtures%2FGroupSequenceProviderChildEntity.php;h=be7191f9b6e1d0c878c0661078479c674685b3b6;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php b/vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php new file mode 100644 index 000000000..be7191f9b --- /dev/null +++ b/vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php @@ -0,0 +1,16 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Validator\Tests\Fixtures; + +class GroupSequenceProviderChildEntity extends GroupSequenceProviderEntity +{ +}