Skip to content

Commit 157c735

Browse files
committed
fix: typo in entity manager configuration example
1 parent 1295635 commit 157c735

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
@@ -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)