fixed typo

This commit is contained in:
Matthias Pfefferle 2023-10-06 17:28:55 +02:00
parent 77e611cf2c
commit f92524b384

View file

@ -7,7 +7,7 @@ use Activitypub\Transformer\Comment;
/**
* Transformer Factory
*/
class Factor {
class Factory {
public static function get_transformer( $object ) {
switch ( get_class( $object ) ) {
case 'WP_Post':