Skip to content

Commit

Permalink
Update installation.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes authored Apr 28, 2020
1 parent 1a7f6a3 commit b2d3305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Enable the bundle by adding it to the list of registered bundles in the
`config/bundles.php` file of your Sulu project.

```php
Task\TaskBundle\TaskBundle::class => ['all' => true],
Sulu\Bundle\AutomationBundle\SuluAutomationBundle::class => ['all' => true],
```

Expand All @@ -27,7 +28,6 @@ Sulu\Bundle\AutomationBundle\SuluAutomationBundle::class => ['all' => true],
Add the required routes to the `config/routes/sulu_admin.yaml` configuration file.

```yaml
# ...
sulu_automation_api:
resource: '@SuluAutomationBundle/Resources/config/routing_api.yml'
prefix: /admin/api
Expand Down

0 comments on commit b2d3305

Please sign in to comment.