fix path for Event class

This commit is contained in:
André Menrath 2024-03-08 15:57:36 +01:00
parent 4f0adf5857
commit 4b584fc778

View file

@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly. exit; // Exit if accessed directly.
} }
use Activitypub\Activity\Event; use Activitypub\Activity\Extended_Object\Event;
/** /**
* ActivityPub Tribe Transformer * ActivityPub Tribe Transformer