From 52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8 Mon Sep 17 00:00:00 2001 From: Sam Cohen Date: Wed, 13 Sep 2023 14:58:10 -0600 Subject: Allow configuration of Base URL via website (#5656) * Allow configuration of Base URL via website * Fix alphabetization of CREDITS * Apply suggestions from code review * Add Automatic recommendation --------- Co-authored-by: Alexandre Alapetite --- lib/Minz/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/Configuration.php') diff --git a/lib/Minz/Configuration.php b/lib/Minz/Configuration.php index bbe20b153..91635c4e0 100644 --- a/lib/Minz/Configuration.php +++ b/lib/Minz/Configuration.php @@ -2,7 +2,7 @@ /** * Manage configuration for the application. - * @property-read string $base_url + * @property string $base_url * @property array{'type':string,'host':string,'user':string,'password':string,'base':string,'prefix':string, * 'connection_uri_params':string,'pdo_options':array} $db * @property-read string $disable_update -- cgit v1.2.3