for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Speicher210\FastbillBundle\Event;
/**
* Event when a subscription is changed.
*/
class SubscriptionChangedEvent extends AbstractNotificationEvent
{
* {@inheritdoc}
public static function getNotificationType()
return 'subscription.changed';
}