mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update provision.php
Fix bug to pass the parameters including settings and database.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
private $settings;
|
||||
private $database;
|
||||
|
||||
public function __construct() {
|
||||
public function __construct($params = []) {
|
||||
|
||||
//preset the the values
|
||||
$database = null;
|
||||
|
||||
Reference in New Issue
Block a user