Skip to content

Commit 1bb58f2

Browse files
committed
L10N patch.
1 parent 64d2597 commit 1bb58f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Loader.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ public function __construct(
234234
/** Instantiate YAML object. */
235235
$this->YAML = new \Maikuolan\Common\YAML();
236236

237+
/** Make configuration referable by YAML object. */
238+
$this->YAML->Refs['Config Defaults'] = &$this->ConfigurationDefaults;
239+
237240
/** Instantiate events orchestrator. */
238241
$this->Events = new \Maikuolan\Common\Events();
239242

0 commit comments

Comments
 (0)