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 771977c commit bfcb52bCopy full SHA for bfcb52b
README.md
@@ -230,7 +230,7 @@ Configuration
230
Example usage:
231
```php
232
<?php
233
- $app['orm.ems.config'] = $app->share('orm.ems.config', $app->extend(function ($config, $app) {
+ $app['orm.ems.config'] = $app->share($app->extend('orm.ems.config', function ($config, $app) {
234
$mapping = $app['orm.generate_psr0_mapping'](array(
235
'Foo\Resources\mappings' => 'Foo\Entities',
236
'Bar\Resources\mappings' => 'Bar\Entities',
0 commit comments