This commit is contained in:
Michael RICOIS 2017-12-05 15:46:23 +01:00
parent 02848500ce
commit b148cf5428

View File

@ -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;