diff options
| author | 2023-09-13 14:58:10 -0600 | |
|---|---|---|
| committer | 2023-09-13 22:58:10 +0200 | |
| commit | 52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8 (patch) | |
| tree | 4443329f7649f9f95e410d201e4b0695455ad039 /lib | |
| parent | 0bf33abac8cf83dfece4ccd7f3146c373effae2c (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
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<int,int|string|bool>} $db * @property-read string $disable_update |
