Skip to content

Commit bcb8468

Browse files
committed
fix: another typo in em configuration example
1 parent 157c735 commit bcb8468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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
),

0 commit comments

Comments
 (0)