Skip to content

Commit 43e86ff

Browse files
committed
Merge pull request #4 from lauris/patch-1
Fix typos in entity manager configuration example
2 parents 1295635 + bcb8468 commit 43e86ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $container["orm.em.options"] = array(
9696
// (requires registering a PSR-0 Resource Locator
9797
// Service Provider)
9898
array(
99-
"type" => "annotations",
99+
"type" => "annotation",
100100
"namespace" => "Baz\Entities",
101101
"resources_namespace" => "Baz\Entities",
102102
),
@@ -149,7 +149,7 @@ $app->register(new DoctrineOrmServiceProvider, array(
149149
// (requires registering a PSR-0 Resource Locator
150150
// Service Provider)
151151
array(
152-
"type" => "annotations",
152+
"type" => "annotation",
153153
"namespace" => "Baz\Entities",
154154
"resources_namespace" => "Baz\Entities",
155155
),

0 commit comments

Comments
 (0)