fixed typo
This commit is contained in:
parent
77e611cf2c
commit
f92524b384
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use Activitypub\Transformer\Comment;
|
||||||
/**
|
/**
|
||||||
* Transformer Factory
|
* Transformer Factory
|
||||||
*/
|
*/
|
||||||
class Factor {
|
class Factory {
|
||||||
public static function get_transformer( $object ) {
|
public static function get_transformer( $object ) {
|
||||||
switch ( get_class( $object ) ) {
|
switch ( get_class( $object ) ) {
|
||||||
case 'WP_Post':
|
case 'WP_Post':
|
||||||
|
|
Loading…
Reference in a new issue