| Current Path : /var/www/html/administrator/components/com_osmembership/Event/SMS/ |
| Current File : /var/www/html/administrator/components/com_osmembership/Event/SMS/SendingSMSReminder.php |
<?php
/**
* @package Joomla
* @subpackage Membership Pro
* @author Tuan Pham Ngoc
* @copyright Copyright (C) 2012 - 2026 Ossolution Team
* @license GNU/GPL, see LICENSE.php
*/
namespace OSSolution\MembershipPro\Admin\Event\SMS;
class SendingSMSReminder extends \MPFEventBase
{
protected $requiredArguments = ['rows'];
public function __construct(array $arguments = [])
{
parent::__construct('onMembershipProSendingSMSReminder', $arguments);
}
}