From 5b0747987abb07fce2f6f57e372048dbc4982e39 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Thu, 17 Dec 2020 15:52:37 +0100 Subject: [PATCH] Fixed the wrong brace in the config. --- config/autoload/local.php.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 3a4af10..6eb06e0 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -69,10 +69,10 @@ return [ 'terms' => 'https://my.monarc.lu/terms.html', - 'monarc' => array( + 'monarc' => [ 'ttl' => 60, 'cliModel' => 'generic', - ), + ], 'mospApiUrl' => 'https://objects.monarc.lu/api/v1/', @@ -80,4 +80,4 @@ return [ 'baseUrl' => 'http://127.0.0.1:5005', 'apiKey' => '', ], -); +];