From c5e8869a05d37a177790232d4af087cd49dbf4f7 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 18 Jan 2023 19:20:07 +0100 Subject: [PATCH] fix: add missing ; --- roles/typo3-cms/templates/typo3-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/typo3-cms/templates/typo3-settings.php b/roles/typo3-cms/templates/typo3-settings.php index 00f48d3..76eb7ba 100644 --- a/roles/typo3-cms/templates/typo3-settings.php +++ b/roles/typo3-cms/templates/typo3-settings.php @@ -100,4 +100,4 @@ return [ ], 'trustedHostsPattern' => '.*.*', ], -] +];