Merge branch 'develop'

This commit is contained in:
snipe 2018-03-22 20:31:04 -07:00
commit 130bb19a11

View file

@ -67,7 +67,7 @@ trait Loggable
]; ];
if ($settings = Setting::getSettings()) { if ($settings = Setting::getSettings()) {
$settings->notify(new CheckoutNotification($params)); // $settings->notify(new CheckoutNotification($params));
} }
if (method_exists($target, 'notify')) { if (method_exists($target, 'notify')) {