<?phpnamespace NexCRM\NotificationBundle;use NexCRM\NotificationBundle\DependencyInjection\NotificationExtension;use NexCRM\NotificationBundle\Entity\Notification;use Symfony\Component\HttpKernel\Bundle\Bundle;use Symfony\Component\DependencyInjection\ContainerBuilder;class NotificationBundle extends Bundle{ public function getContainerExtension() { return new NotificationExtension(); }}