Skip to content

Commit

Permalink
Update for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Sep 30, 2024
1 parent f6edd02 commit 03ae67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Models/ModelsBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ae67e

Please sign in to comment.