From 55ffb031c23f753e5d9fc80f8e9387e751b3971c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 14 Nov 2021 21:35:54 +0300 Subject: fix phpstan warnings (oops) --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index ed9292d..c14026c 100644 --- a/init.php +++ b/init.php @@ -1,7 +1,7 @@ host->add_hook($this->host::HOOK_ARTICLE_BUTTON, $this); + $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this); } function about() { -- cgit v1.2.3