Skip to content

Commit d1c1149

Browse files
#1 Remove FlysystemBundle that wasn't required by cleverage/process-bundle anymore. Fix clever_age_process_ui configuration.
1 parent 921ea73 commit d1c1149

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

config/bundles.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
55
CleverAge\ProcessBundle\CleverAgeProcessBundle::class => ['all' => true],
66
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
7-
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
87
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
98
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
109
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],

config/packages/cleverage_process.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ imports:
22
- { resource: process/ }
33

44
clever_age_process_ui:
5-
logs:
6-
report_increment_level: Info # all logs higher are equal than Info were added to ProcessExecution report
5+
# Deprecated, @TODO Fix it
6+
# logs:
7+
# report_increment_level: Info # all logs higher are equal than Info were added to ProcessExecution report
78

89
clever_age_process:
910
default_error_strategy: stop

config/packages/flysystem.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)