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

View File

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