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