Skip to content

Commit 36bb16d

Browse files
committed
fix Fixture ObjectManager namespace
1 parent 1f25f7d commit 36bb16d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Fixtures/ORM/LoadScheduledCommandData.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
namespace JMose\CommandSchedulerBundle\Fixtures\ORM;
44

55
use Doctrine\Common\DataFixtures\FixtureInterface;
6-
use Doctrine\Common\Persistence\ObjectManager;
6+
use Doctrine\Persistence\ObjectManager;
77
use JMose\CommandSchedulerBundle\Entity\ScheduledCommand;
88

9+
/**
10+
* Class LoadScheduledCommandData.
11+
*
12+
* @author Julien Guyon <julienguyon@hotmail.com>
13+
*/
914
class LoadScheduledCommandData implements FixtureInterface
1015
{
1116
/**

0 commit comments

Comments
 (0)