Fix syntax error
This commit is contained in:
parent
9966b547b4
commit
300908ddaf
@ -94,7 +94,7 @@ class ActivityPub
|
||||
{
|
||||
$dispatcher->addSubscriber( $this->module->get( NonActivityHandler::class ) );
|
||||
$dispatcher->addSubscriber( $this->module->get( ValidationHandler::class ) );
|
||||
$dispatcher->addSubscriber( $this->module->get( CreateHandler::class );
|
||||
$dispatcher->addSubscriber( $this->module->get( CreateHandler::class ) );
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user