Configuration_Loader::reset()

Remove the providers.


Return

($this)


Top ↑

Source

File: src/Common/Configuration/Configuration_Loader.php

	public function reset(): self {
		self::$providers = [];

		return $this;
	}

Top ↑

Changelog

Changelog
Version Description
5.1.3 Introduced.