Use correct typing

This commit is contained in:
Philipp 2025-01-05 22:59:01 +01:00
parent 22ce079222
commit f1e93be694
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 6 additions and 7 deletions

View file

@ -37,7 +37,7 @@ class Container
*/
public static function fromDice(Dice $container): self
{
return new static($container);
return new self($container);
}
/**