mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
fixed bug.
This commit is contained in:
parent
f2c909cc64
commit
a78b50a71d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Processor
|
||||||
*/
|
*/
|
||||||
public function registerOperation(OperationInterface $operation)
|
public function registerOperation(OperationInterface $operation)
|
||||||
{
|
{
|
||||||
$this->operations = $operation;
|
$this->operations[] = $operation;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue