Renamed classes
This commit is contained in:
parent
81b0130bef
commit
52b7e68b60
|
@ -17,7 +17,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Sikofitt\Configuration;
|
||||
namespace Sikofitt\Config;
|
||||
|
||||
use Dflydev\DotAccessData\Data;
|
||||
use Symfony\Component\Config\FileLocatorInterface;
|
||||
|
@ -29,7 +29,7 @@ use Symfony\Component\Yaml\Yaml;
|
|||
*
|
||||
* @package App\Configuration
|
||||
*/
|
||||
class Configuration
|
||||
class DotConfig
|
||||
{
|
||||
private $config;
|
||||
|
Loading…
Reference in New Issue