Skip to content

Commit

Permalink
fix bundle activation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano authored and OskarStark committed Jan 10, 2020
1 parent 40ffe82 commit f24b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/symfony.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now, enable the bundle in ``bundles.php`` file::

return [
// ...
new Sonata\Exporter\Bridge\Symfony\Bundle\SonataExporterBundle::class => ['all' => true],
Sonata\Exporter\Bridge\Symfony\Bundle\SonataExporterBundle::class => ['all' => true],
];

The default writers
Expand Down

0 comments on commit f24b4aa

Please sign in to comment.