Installed apps as array instead of string
This commit is contained in:
parent
d0926240a8
commit
71d44d78ec
7 changed files with 23 additions and 13 deletions
2
boot.php
2
boot.php
|
@ -246,7 +246,7 @@ class App {
|
|||
public $timezone;
|
||||
public $interactive = true;
|
||||
public $plugins;
|
||||
public $apps;
|
||||
public $apps = Array();
|
||||
public $identities;
|
||||
|
||||
private $scheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue