Skip to content

Commit 288ce22

Browse files
Update recipes 2023-09-16
1 parent 9e07fb3 commit 288ce22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

msalsas/gdpr-consent-banner-bundle/1.0/config/packages/msalsas_gdpr_consent_banner.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
66

77
return static function (ContainerConfigurator $containerConfigurator): void {
8-
$containerConfigurator->extension('msalsas_gdpr_consent_banner', [
9-
'fade_time' => 2,
10-
'time_to_expire' => '30 days',
11-
]);
8+
$containerConfigurator->extension('msalsas_gdpr_consent_banner', ['fade_time' => 2, 'time_to_expire' => '30 days']);
129
};

0 commit comments

Comments
 (0)