From cedecb59a76bd6fc738ad9fdd32a0086bd39d0b7 Mon Sep 17 00:00:00 2001 From: Reyo Stallenberg Date: Tue, 3 Dec 2019 15:31:02 +0100 Subject: [PATCH] Fix missing colun --- .../bundles/SyliusGridBundle/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components_and_bundles/bundles/SyliusGridBundle/installation.rst b/docs/components_and_bundles/bundles/SyliusGridBundle/installation.rst index ba64878147f..29b4942f9e5 100644 --- a/docs/components_and_bundles/bundles/SyliusGridBundle/installation.rst +++ b/docs/components_and_bundles/bundles/SyliusGridBundle/installation.rst @@ -32,7 +32,7 @@ Don't worry, everything was automatically installed via Composer. // config/bundles.php return [ - \Sylius\Bundle\GridBundle\SyliusGridBundle:class => ['all' => true], + Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true], ]; Congratulations! The bundle is now installed and ready to use. You need to define your first resource and grid!