Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-fixtures-bundle/src/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php

<?php

declare(strict_types=1);

namespace Doctrine\Bundle\FixturesBundle;

use Doctrine\Common\DataFixtures\AbstractFixture;

/**
 * Base class designed for data fixtures so they don't have to extend and
 * implement different classes/interfaces according to their needs.
 */
abstract class Fixture extends AbstractFixture implements ORMFixtureInterface
{
}