Skip to content

Commit

Permalink
Remove unneeded SymfonyClockCompilerPass
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 18, 2024
1 parent 14530c6 commit 7d10e15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
31 changes: 0 additions & 31 deletions src/DependencyInjection/Compiler/SymfonyClockCompilerPass.php

This file was deleted.

9 changes: 0 additions & 9 deletions src/SyliusInvoicingPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@
namespace Sylius\InvoicingPlugin;

use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
use Sylius\InvoicingPlugin\DependencyInjection\Compiler\SymfonyClockCompilerPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

/** @internal */
final class SyliusInvoicingPlugin extends Bundle
{
use SyliusPluginTrait;

public function build(ContainerBuilder $container): void
{
parent::build($container);

$container->addCompilerPass(new SymfonyClockCompilerPass());
}
}

0 comments on commit 7d10e15

Please sign in to comment.