From ad5f35a7aee895dbaef46c65e513042871356ea9 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 14 Nov 2024 15:37:49 +0100 Subject: [PATCH] fix typo --- includes/class-scheduler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-scheduler.php b/includes/class-scheduler.php index c101093dd..36ad1b809 100644 --- a/includes/class-scheduler.php +++ b/includes/class-scheduler.php @@ -7,7 +7,7 @@ namespace Activitypub; -use Activitypun\Scheduler\Post; +use Activitypub\Scheduler\Post; use Activitypub\Scheduler\Actor; use Activitypub\Scheduler\Comment; use Activitypub\Collection\Followers; @@ -35,8 +35,8 @@ public static function init() { */ public static function register_schedulers() { Post::init(); + Actor::init(); Comment::init(); - Post::init(); /** * Register additional schedulers.