Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard authored Mar 27, 2018
1 parent 24fe2ff commit 57c7eff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
[...]
```
```

0 comments on commit 57c7eff

Please sign in to comment.