1.0.0 Alpha Release #59
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
use ncc\Exceptions\InvalidScopeException;
|
||||
use ncc\Exceptions\IOException;
|
||||
use ncc\ThirdParty\Symfony\Yaml\Yaml;
|
||||
use ncc\Utilities\Console;
|
||||
use ncc\Utilities\Functions;
|
||||
use ncc\Utilities\IO;
|
||||
use ncc\Utilities\PathFinder;
|
||||
|
@ -88,6 +89,7 @@
|
|||
*/
|
||||
public function getProperty(string $property)
|
||||
{
|
||||
Console::outDebug($property);
|
||||
$current_selection = $this->getConfiguration();
|
||||
foreach(explode('.', strtolower($property)) as $property)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue