Commit 286311d
Check Metadata Class info exists
Sometimes, Metadata ReflectionClass is null and throws:
PHP Fatal error: Call to a member function getName() on a non-object in vendor/symfony-cmf/routing-bundle/Doctrine/RouteConditionMetadataListener.php on line 52
i.e. I get this error when I try to use doctrine:generate:entities command using orm persistence.1 parent c5f919c commit 286311d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments