Fix constructor deprecation warning
Created by: jw35
Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'
GitLab will be updated on 12-Feb-2026 between 12:00 and 14:00. There may be small periods of service instability.
Created by: jw35
Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'