Update provision.php
Fix bug to pass the parameters including settings and database.
This commit is contained in:
parent
50f1601a4d
commit
41de2177e1
|
|
@ -36,7 +36,7 @@
|
|||
private $settings;
|
||||
private $database;
|
||||
|
||||
public function __construct() {
|
||||
public function __construct($params = []) {
|
||||
|
||||
//preset the the values
|
||||
$database = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue