allow $loader->reset()->reset()

v4
fadrian06 15 hours ago
parent 1246c64d99
commit bd861748d1

@ -122,9 +122,11 @@ class Loader
}
/** Resets the object to the initial state */
public function reset(): void
public function reset(): self
{
$this->classes = [];
$this->instances = [];
return $this;
}
}

Loading…
Cancel
Save