Merge branch 'master' into 'master'

Fixed critical bug where databases can not be used due to inheritance issue. Please refer later

Fix for #61

Please see further details

See merge request !32
This commit is contained in:
Abel Hoogeveen 2015-07-26 17:09:09 +02:00
commit b422b34146
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace FuzeWorks;
abstract class Bus {
protected $core;
protected $mods;
public $mods;
protected $router;
protected $config;