Added logging call to \ncc\Managers > ConfigurationManager > updateProperty()
https://git.n64.cc/nosial/ncc/-/issues/29
This commit is contained in:
parent
87e67564fa
commit
a581183972
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
use ncc\Exceptions\InvalidScopeException;
|
use ncc\Exceptions\InvalidScopeException;
|
||||||
use ncc\Exceptions\IOException;
|
use ncc\Exceptions\IOException;
|
||||||
use ncc\ThirdParty\Symfony\Yaml\Yaml;
|
use ncc\ThirdParty\Symfony\Yaml\Yaml;
|
||||||
|
use ncc\Utilities\Console;
|
||||||
use ncc\Utilities\Functions;
|
use ncc\Utilities\Functions;
|
||||||
use ncc\Utilities\IO;
|
use ncc\Utilities\IO;
|
||||||
use ncc\Utilities\PathFinder;
|
use ncc\Utilities\PathFinder;
|
||||||
|
@ -88,6 +89,7 @@
|
||||||
*/
|
*/
|
||||||
public function getProperty(string $property)
|
public function getProperty(string $property)
|
||||||
{
|
{
|
||||||
|
Console::outDebug($property);
|
||||||
$current_selection = $this->getConfiguration();
|
$current_selection = $this->getConfiguration();
|
||||||
foreach(explode('.', strtolower($property)) as $property)
|
foreach(explode('.', strtolower($property)) as $property)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue