We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d2597 commit 1bb58f2Copy full SHA for 1bb58f2
src/Loader.php
@@ -234,6 +234,9 @@ public function __construct(
234
/** Instantiate YAML object. */
235
$this->YAML = new \Maikuolan\Common\YAML();
236
237
+ /** Make configuration referable by YAML object. */
238
+ $this->YAML->Refs['Config Defaults'] = &$this->ConfigurationDefaults;
239
+
240
/** Instantiate events orchestrator. */
241
$this->Events = new \Maikuolan\Common\Events();
242
0 commit comments