fix namespace

This commit is contained in:
Matthias Pfefferle 2023-10-06 16:39:11 +02:00
parent b9e49d42c3
commit 0185e38013

View file

@ -6,6 +6,7 @@ use WP_Comment;
use Activitypub\Activity\Activity;
use Activitypub\Collection\Users;
use Activitypub\Collection\Followers;
use Activitypub\Transformer\Factory;
use Activitypub\Transformer\Post;
use Activitypub\Transformer\Comment;