File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
src/AppBundle/DataFixtures/PHPCR Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public function load(ObjectManager $manager)
37
37
{
38
38
if (!$ manager instanceof DocumentManager) {
39
39
$ class = get_class ($ manager );
40
+
40
41
throw new \RuntimeException ("Fixture requires a PHPCR ODM DocumentManager instance, instance of ' $ class' given. " );
41
42
}
42
43
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public function load(ObjectManager $manager)
33
33
{
34
34
if (!$ manager instanceof DocumentManager) {
35
35
$ class = get_class ($ manager );
36
+
36
37
throw new \RuntimeException ("Fixture requires a PHPCR ODM DocumentManager instance, instance of ' $ class' given. " );
37
38
}
38
39
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ public function load(ObjectManager $manager)
44
44
{
45
45
if (!$ manager instanceof DocumentManager) {
46
46
$ class = get_class ($ manager );
47
+
47
48
throw new \RuntimeException ("Fixture requires a PHPCR ODM DocumentManager instance, instance of ' $ class' given. " );
48
49
}
49
50
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ public function load(ObjectManager $manager)
38
38
{
39
39
if (!$ manager instanceof DocumentManager) {
40
40
$ class = get_class ($ manager );
41
+
41
42
throw new \RuntimeException ("Fixture requires a PHPCR ODM DocumentManager instance, instance of ' $ class' given. " );
42
43
}
43
44
You can’t perform that action at this time.
0 commit comments