Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Fix object type
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Aug 19, 2018
1 parent 91db11f commit 1ff1d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Definition/ObjectDefinition.php
Expand Up @@ -30,7 +30,7 @@ class ObjectDefinition extends AbstractTypeDefinition implements ObjectDefinitio
*/
public static function getType(): TypeInterface
{
return Type::of(Type::INTERFACE);
return Type::of(Type::OBJECT);
}

/**
Expand Down

0 comments on commit 1ff1d84

Please sign in to comment.