Skip to content

Commit

Permalink
Merge pull request #3422 from neos/task/doctrine-migration-console-lo…
Browse files Browse the repository at this point in the history
…gger

TASK: Use Symfony ConsoleLogger instead of Doctrine
  • Loading branch information
dlubitz authored Dec 13, 2024
2 parents 447d70b + 6c3c795 commit 24421c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Flow/Classes/Persistence/Doctrine/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
use Doctrine\Migrations\Metadata\ExecutedMigration;
use Doctrine\Migrations\Metadata\ExecutedMigrationsList;
use Doctrine\Migrations\MigratorConfiguration;
use Doctrine\Migrations\Tools\Console\ConsoleLogger;
use Doctrine\Migrations\Tools\Console\Exception\InvalidOptionUsage;
use Doctrine\Migrations\Tools\Console\Exception\VersionAlreadyExists;
use Doctrine\Migrations\Tools\Console\Exception\VersionDoesNotExist;
Expand All @@ -54,6 +53,7 @@
use Neos\Utility\ObjectAccess;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Formatter\OutputFormatter;
use Symfony\Component\Console\Logger\ConsoleLogger;
use Symfony\Component\Console\Output\BufferedOutput;
use Symfony\Component\Console\Output\OutputInterface;

Expand Down

0 comments on commit 24421c8

Please sign in to comment.