Skip to content

Commit

Permalink
Fix wrong event
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 29, 2024
1 parent a618b0f commit 3bf85b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/Doctrine/OrderListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Setono\SyliusPeakPlugin\EventListener\Doctrine;

use Doctrine\Persistence\Event\PreUpdateEventArgs;
use Doctrine\ORM\Event\PreUpdateEventArgs;
use Setono\SyliusPeakPlugin\Factory\UploadOrderRequestFactoryInterface;
use Setono\SyliusPeakPlugin\Model\OrderInterface;
use Setono\SyliusPeakPlugin\Workflow\UploadOrderRequestWorkflow;
Expand Down

0 comments on commit 3bf85b5

Please sign in to comment.