Fix static
This commit is contained in:
parent
55ae6368ee
commit
aed710af88
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ final class TTRSS_APIExtension extends Minz_Extension {
|
|||
|
||||
#[Override]
|
||||
public function init(): void {
|
||||
$this->registerHook('post_update', [self::class, 'postUpdateHook']);
|
||||
$this->registerHook('post_update', [$this, 'postUpdateHook']);
|
||||
}
|
||||
|
||||
#[Override]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue