JezK
Edit File: ZapierReviews.php
<?php /** * Zapier Extension * * @package NotificationX\Extensions */ namespace NotificationXPro\Extensions\Zapier; use NotificationX\GetInstance; use NotificationX\Extensions\Extension; use NotificationX\Extensions\Zapier\ZapierReviews as ZapierReviewsFree; /** * Zapier Extension */ class ZapierReviews extends ZapierReviewsFree { use Zapier; }