mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 10:40:17 +02:00
Fix small typo
This commit is contained in:
@@ -34,7 +34,7 @@ class CreateOrder implements OrderInterface
|
||||
$this->order['updatedTime'] = time();
|
||||
|
||||
// Setting the new order status into database;
|
||||
return $this->updateOrder($order);
|
||||
return $this->updateOrder($this->order);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user