fix path for Event class
This commit is contained in:
parent
999dce3bf2
commit
a627e02354
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
use Activitypub\Activity\Event;
|
||||
use Activitypub\Activity\Extended_Object\Event;
|
||||
|
||||
/**
|
||||
* ActivityPub Tribe Transformer
|
||||
|
|
Loading…
Reference in a new issue