Resets the `Router` to its default state, unloading all routes.

Returns

void

Source

						public static function reset() {
		static::$_configurations = array();
	}