From 57c7eff3cf5c1b00fb132e3e3f841c1b0d08aad6 Mon Sep 17 00:00:00 2001 From: Leny BERNARD Date: Tue, 27 Mar 2018 15:20:54 +0200 Subject: [PATCH] Update installation.md --- Resources/doc/installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Resources/doc/installation.md b/Resources/doc/installation.md index 14681a4..ac4802b 100644 --- a/Resources/doc/installation.md +++ b/Resources/doc/installation.md @@ -7,10 +7,9 @@ First, require it thanks to composer: Add it in your AppKernel.php: -``` +```php public function registerBundles() { - $bundles = array( - [...] + $bundles = [ + //... new Troopers\AlertifyBundle\TroopersAlertifyBundle(), - [...] -``` \ No newline at end of file +```