mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Use correct typing
This commit is contained in:
parent
22ce079222
commit
f1e93be694
2 changed files with 6 additions and 7 deletions
|
@ -37,7 +37,7 @@ class Container
|
|||
*/
|
||||
public static function fromDice(Dice $container): self
|
||||
{
|
||||
return new static($container);
|
||||
return new self($container);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue