Skip to content

Commit

Permalink
Update ImportCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
azngeek authored Dec 20, 2016
1 parent fd661f9 commit d3e0bbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function execute(InputInterface $input, OutputInterface $output)


$this->writeSection($output, 'Applying configuration');
$config = File::loadConfig($file_name);
$config = include $file_name;

$table = array();
foreach ($config as $path => $data) {
Expand Down Expand Up @@ -217,4 +217,4 @@ protected function _setStoreConfig($scope, $scope_id, $path, $value)
);
}
}
}
}

0 comments on commit d3e0bbc

Please sign in to comment.