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

Added lexik_maintenance.response.exception_message parameter #84

Merged
merged 1 commit into from Feb 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions DependencyInjection/LexikMaintenanceExtension.php
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