Skip to content

Commit

Permalink
Removed FixtureInterface from Autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Dec 5, 2015
1 parent ff3545c commit 2cbe84d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Autoloader/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
namespace Ticketpark\FixturesAutoloadBundle\Autoloader;

use Doctrine\Common\DataFixtures\AbstractFixture;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;

/**
* Autoloader
*/
abstract class Autoloader extends AbstractFixture implements FixtureInterface
abstract class Autoloader extends AbstractFixture
{
/**
* @var string
Expand Down

0 comments on commit 2cbe84d

Please sign in to comment.