fix class names

This commit is contained in:
Matthias Pfefferle 2023-06-30 16:12:04 +02:00
parent f207089269
commit dd67f76db1

View file

@ -3,6 +3,7 @@
namespace Activitypub; namespace Activitypub;
use Activitypub\Model\Post; use Activitypub\Model\Post;
use Activitypub\User_Factory;
use Activitypub\Collection\Followers; use Activitypub\Collection\Followers;
/** /**
@ -82,7 +83,7 @@ class Scheduler {
return; return;
} }
$activitypub_post = new Post( $post, Users::BLOG_USER_ID ); $activitypub_post = new Post( $post, User_Factory::BLOG_USER_ID );
\wp_schedule_single_event( \wp_schedule_single_event(
\time(), \time(),