We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f25f7d commit 36bb16dCopy full SHA for 36bb16d
Fixtures/ORM/LoadScheduledCommandData.php
@@ -3,9 +3,14 @@
3
namespace JMose\CommandSchedulerBundle\Fixtures\ORM;
4
5
use Doctrine\Common\DataFixtures\FixtureInterface;
6
-use Doctrine\Common\Persistence\ObjectManager;
+use Doctrine\Persistence\ObjectManager;
7
use JMose\CommandSchedulerBundle\Entity\ScheduledCommand;
8
9
+/**
10
+ * Class LoadScheduledCommandData.
11
+ *
12
+ * @author Julien Guyon <julienguyon@hotmail.com>
13
+ */
14
class LoadScheduledCommandData implements FixtureInterface
15
{
16
/**
0 commit comments