Skip to content

Commit 33cac9b

Browse files
chore: fix readme
1 parent 6a8155b commit 33cac9b

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
@@ -25,7 +25,7 @@ Enable the bundle by adding it to the list of registered bundles in ```config/bu
2525
return [
2626
// ...
2727
Macpaw\SchemaContextBundle\SchemaContextBundle::class => ['all' => true],
28-
\Macpaw\PostgresSchemaBundle\PostgresSchemaBundle::class => ['all' => true],
28+
Macpaw\PostgresSchemaBundle\PostgresSchemaBundle::class => ['all' => true],
2929
];
3030
```
3131

0 commit comments

Comments
 (0)