Skip to content

Commit

Permalink
add missing console logger use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid authored Jan 17, 2020
1 parent f6045ce commit 56caf47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Logger\ConsoleLogger;
use Symfony\Component\Console\Output\OutputInterface;
use OxidProfessionalServices\OxidConsole\Core\Composer\VersionHelper;
use OxidEsales\Eshop\Core\Registry;
Expand Down

0 comments on commit 56caf47

Please sign in to comment.