Skip to content

Commit

Permalink
fixed className and using native type.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalyk committed Oct 25, 2024
1 parent 305efc6 commit 1c53e2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/GraphQL/DataObjectTypeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ class DataObjectTypeFactory

public static $registry = [];

/**
* @var string
*/
protected $className;
protected string $className;

public function __construct(Service $graphQlService, string $className)
{
Expand Down

0 comments on commit 1c53e2c

Please sign in to comment.