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' => '', ], -); +];