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.
1 parent d6a4aca commit b6693eaCopy full SHA for b6693ea
README.md
@@ -81,6 +81,8 @@ $app->register(new DoctrineOrmServiceProvider, array(
81
"path" => __DIR__."/src/Bat/Resources/mappings",
82
),
83
// Using PSR-0 namespaceish embedded resources
84
+ // (requires registering a PSR-0 Resource Locator
85
+ // Service Provider)
86
array(
87
"type" => "annotations",
88
"namespace" => "Baz\Entities",
0 commit comments