Commit 162ce5f9 authored by Ad Schellevis's avatar Ad Schellevis

add forced reload on config

parent 0c9324bc
......@@ -222,6 +222,13 @@ class Config extends Singleton
}
/**
* force a re-init of the object and reload the object
*/
public function forceReload()
{
$this->init();
}
/**
* Load config file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment