mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-16 12:56:21 +02:00
remove comment and superfluously state
This commit is contained in:
@ -11,8 +11,6 @@ class CreateOrder extends StateOrder
|
|||||||
|
|
||||||
protected function done()
|
protected function done()
|
||||||
{
|
{
|
||||||
$order = new ShippingOrder();
|
static::$state = new ShippingOrder();
|
||||||
static::$state = $order;
|
|
||||||
//$this->setStatus('shipping');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user