Due to PHP Bug #53727, is_subclass_of might return inconsistent results on some PHP versions if \ActionM\UnitPay\UnitPayNotification::class can be an interface. If so, you could instead use ReflectionClass::implementsInterface.
Loading history...
46
return true;
47
}
48
49
return false;
50
}
51
52
public function shouldSendNotification($notification)