Fix static

This commit is contained in:
Alexandre Alapetite 2024-04-07 19:52:52 +02:00
parent 55ae6368ee
commit aed710af88
No known key found for this signature in database
GPG key ID: A24378C38E812B23
2 changed files with 3 additions and 3 deletions

View file

@ -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]