fix some issues

Signed-off-by: Maurice Preuß (envoyr) <hello@envoyr.com>
This commit is contained in:
2025-04-30 04:12:54 +02:00
parent 4b23f6ddbb
commit 235918f0c0
7 changed files with 9 additions and 64 deletions

View File

@@ -6,7 +6,7 @@ trait HasParent
{
protected mixed $parent;
public function setParent($parent): self
public function setParent(mixed $parent): self
{
$this->parent = $parent;