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.
2 parents 1295635 + bcb8468 commit 43e86ffCopy full SHA for 43e86ff
README.md
@@ -96,7 +96,7 @@ $container["orm.em.options"] = array(
96
// (requires registering a PSR-0 Resource Locator
97
// Service Provider)
98
array(
99
- "type" => "annotations",
+ "type" => "annotation",
100
"namespace" => "Baz\Entities",
101
"resources_namespace" => "Baz\Entities",
102
),
@@ -149,7 +149,7 @@ $app->register(new DoctrineOrmServiceProvider, array(
149
150
151
152
153
154
155
0 commit comments