Removed the fixture file

This commit is contained in:
Javier Eguiluz
2017-05-26 19:26:59 +02:00
parent a70fbde7e8
commit 48fa53531c
2 changed files with 0 additions and 13 deletions
@@ -1,13 +0,0 @@
<?php
namespace App\DataFixtures\ORM;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;
class Fixtures implements FixtureInterface
{
public function load(ObjectManager $manager)
{
}
}