Fix constructor deprecation warning
Created by: jw35
Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'
GitLab has been upgraded. See what's new in the Changelog.
Created by: jw35
Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'