CS
This commit is contained in:
parent
02848500ce
commit
b148cf5428
@ -13,7 +13,7 @@ class FraudCore
|
||||
|
||||
public function __construct(Order $order)
|
||||
{
|
||||
if( !Validate::isLoadedObject($order) ) {
|
||||
if (!Validate::isLoadedObject($order)) {
|
||||
return false;
|
||||
} else {
|
||||
$this->order = $order;
|
||||
|
Loading…
Reference in New Issue
Block a user