Update provision.php

Fix bug to pass the parameters including settings and database.
This commit is contained in:
FusionPBX 2024-07-08 13:37:58 -06:00 committed by GitHub
parent 50f1601a4d
commit 41de2177e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
private $settings;
private $database;
public function __construct() {
public function __construct($params = []) {
//preset the the values
$database = null;