Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 14, 2024
1 parent 617eff7 commit ad5f35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-scheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -35,8 +35,8 @@ public static function init() {
*/
public static function register_schedulers() {
Post::init();
Actor::init();
Comment::init();
Post::init();

/**
* Register additional schedulers.
Expand Down

1 comment on commit ad5f35a

@obenland
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Activitypun That's amazing!

Please sign in to comment.