File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 77use Neuron \Cli \Console \Input ;
88use Neuron \Cli \Console \Output ;
99use Neuron \Cli \Loader \ComponentLoader ;
10- use Neuron \Data \Setting \Source \ISettingSource ;
10+ use Neuron \Data \Settings \Source \ISettingSource ;
1111use Neuron \Log \Log ;
1212
1313/**
Original file line number Diff line number Diff line change 33namespace Neuron \Cli \Commands \Core ;
44
55use 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.
You can’t perform that action at this time.
0 commit comments