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 created.
*/
class CustomerCreatedEvent extends AbstractNotificationEvent
{
* {@inheritdoc}
public static function getNotificationType()
return 'customer.created';
}