From b2d33059e7802ca0590270ad72571ffa2c388fe6 Mon Sep 17 00:00:00 2001 From: Johannes Wachter Date: Tue, 28 Apr 2020 09:06:01 +0200 Subject: [PATCH] Update installation.md (#37) --- Resources/doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/installation.md b/Resources/doc/installation.md index ebaae8e..f7a39e2 100644 --- a/Resources/doc/installation.md +++ b/Resources/doc/installation.md @@ -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], ``` @@ -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