Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 3a3e916

Browse files
tkuskaGilles Gauthier
authored andcommitted
Added lexik_maintenance.response.exception_message parameter (#84)
1 parent 696ed7c commit 3a3e916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/LexikMaintenanceExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function load(array $configs, ContainerBuilder $container)
4545
$container->setParameter('lexik_maintenance.authorized.attributes', $config['authorized']['attributes']);
4646
$container->setParameter('lexik_maintenance.response.http_code', $config['response']['code']);
4747
$container->setParameter('lexik_maintenance.response.http_status', $config['response']['status']);
48+
$container->setParameter('lexik_maintenance.response.exception_message', $config['response']['exception_message']);
4849

4950
if (isset($config['driver']['options']['dsn'])) {
5051
$this->registerDsnconfiguration($config['driver']['options']);

0 commit comments

Comments
 (0)