Skip to content

Commit bfcb52b

Browse files
committed
README typo.
1 parent 771977c commit bfcb52b

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
@@ -230,7 +230,7 @@ Configuration
230230
Example usage:
231231
```php
232232
<?php
233-
$app['orm.ems.config'] = $app->share('orm.ems.config', $app->extend(function ($config, $app) {
233+
$app['orm.ems.config'] = $app->share($app->extend('orm.ems.config', function ($config, $app) {
234234
$mapping = $app['orm.generate_psr0_mapping'](array(
235235
'Foo\Resources\mappings' => 'Foo\Entities',
236236
'Bar\Resources\mappings' => 'Bar\Entities',

0 commit comments

Comments
 (0)