Remove App dependency from Hook::callSingle
- This was causing a circular dependency with the logger_instance hook
This commit is contained in:
@@ -28,8 +28,6 @@ Class ForkHook
|
||||
{
|
||||
public static function execute($name, $hook, $data)
|
||||
{
|
||||
$a = DI::app();
|
||||
|
||||
Hook::callSingle($a, $name, $hook, $data);
|
||||
Hook::callSingle($name, $hook, $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user