Update Events.php
This commit is contained in:
parent
4c1096a49a
commit
91a3b029b1
@ -40,6 +40,10 @@ trait Events
|
|||||||
$this->settings['updates']['callback'] = [$this, 'event_update_handler'];
|
$this->settings['updates']['callback'] = [$this, 'event_update_handler'];
|
||||||
$this->settings['updates']['handle_updates'] = true;
|
$this->settings['updates']['handle_updates'] = true;
|
||||||
}
|
}
|
||||||
|
public function getEventHandler()
|
||||||
|
{
|
||||||
|
return $this->event_handler_instance;
|
||||||
|
}
|
||||||
|
|
||||||
public function event_update_handler($update)
|
public function event_update_handler($update)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user