Skip to content

Commit 98ce15e

Browse files
committed
bump
1 parent 5efa758 commit 98ce15e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/neuron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ foreach( $configPaths as $configPath )
6060
{
6161
try
6262
{
63-
$settings = new \Neuron\Data\Setting\Source\Yaml( $configPath );
63+
$settings = new \Neuron\Data\Settings\Source\Yaml( $configPath );
6464
break;
6565
}
6666
catch( \Exception $e )

src/Cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Neuron\Cli\Console\Input;
88
use Neuron\Cli\Console\Output;
99
use Neuron\Cli\Loader\ComponentLoader;
10-
use Neuron\Data\Setting\Source\ISettingSource;
10+
use Neuron\Data\Settings\Source\ISettingSource;
1111
use Neuron\Log\Log;
1212

1313
/**

src/Cli/Commands/Core/ConfigEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Neuron\Cli\Commands\Core;
44

55
use Neuron\Cli\Commands\Command;
6-
use Neuron\Data\Setting\Source\Yaml as YamlSettings;
6+
use Neuron\Data\Settings\Source\Yaml as YamlSettings;
77

88
/**
99
* Export configuration as environment-style pairs for production setups.

0 commit comments

Comments
 (0)