Configuration_Loader::reset()
Remove the providers.
Return
($this)
Source
File: src/Common/Configuration/Configuration_Loader.php
public function reset(): self {
self::$providers = [];
return $this;
}
Changelog
| Version | Description |
|---|---|
| 5.1.3 | Introduced. |