mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
fixed bug in FilterOrderEvent.
This commit is contained in:
parent
8a08128134
commit
37f8b3de1e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class FilterOrderEvent extends Event
|
|||
|
||||
public function __construct(OrderInterface $order)
|
||||
{
|
||||
$this->order;
|
||||
$this->order = $order;
|
||||
}
|
||||
|
||||
public function getOrder()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue