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

v4
fadrian06 18 hours ago
parent 1246c64d99
commit bd861748d1

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

Loading…
Cancel
Save