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