Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / config / Tests / Fixtures / BadParent.php
1 <?php
2
3 namespace Symfony\Component\Config\Tests\Fixtures;
4
5 class BadParent extends MissingParent
6 {
7 }