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

This commit is contained in:
Abel Hoogeveen 2015-07-07 23:11:56 +02:00
parent d9001d5f9e
commit ebd81b9fce
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;