fix path for Event class
This commit is contained in:
parent
4f0adf5857
commit
4b584fc778
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue