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

Commit

Permalink
Added lexik_maintenance.response.exception_message parameter (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuska authored and Gilles Gauthier committed Feb 14, 2018
1 parent 696ed7c commit 3a3e916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/LexikMaintenanceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function load(array $configs, ContainerBuilder $container)
$container->setParameter('lexik_maintenance.authorized.attributes', $config['authorized']['attributes']);
$container->setParameter('lexik_maintenance.response.http_code', $config['response']['code']);
$container->setParameter('lexik_maintenance.response.http_status', $config['response']['status']);
$container->setParameter('lexik_maintenance.response.exception_message', $config['response']['exception_message']);

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

0 comments on commit 3a3e916

Please sign in to comment.