for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Notifier\Tests\Fixtures\Notifications\Fundraising_Pages\Pending;
/**
* Class OrgSupportersNotification
* @package ByTIC\Notifier\Tests\Fixtures\Notifications\Fundraising_Pages\Pending
*/
class OrgSupportersNotification extends \ByTIC\Notifications\Notification
{
public $param;
* @inheritdoc
public function __construct($param = null)
$this->param = $param;
}