From 03ae67e365810139391f5f2e9af720984302b912 Mon Sep 17 00:00:00 2001 From: Nikolay Beketov Date: Mon, 30 Sep 2024 15:17:38 +0700 Subject: [PATCH] Update for PHP 8.3 --- src/Common/Models/ModelsBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Models/ModelsBase.php b/src/Common/Models/ModelsBase.php index a2d34cf01..a1b0b660d 100644 --- a/src/Common/Models/ModelsBase.php +++ b/src/Common/Models/ModelsBase.php @@ -85,7 +85,7 @@ class ModelsBase extends Model * All models with lover than this version in module.json won't be attached as children * We use this constant to disable old modules that may not be compatible with the current version of MikoPBX */ - public const string MIN_MODULE_MODEL_VER = '2024.2.3'; + public const string MIN_MODULE_MODEL_VER = '2020.2.468'; /** * Returns Cache key for the models cache service