lib/Ntl/Payment/src/NtlPaymentBundle.php line 12
<?php
namespace Ntl\PaymentBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Payment Management Module.
*
* @see https://symfony.com/doc/current/bundles.html *
*/
class NtlPaymentBundle extends Bundle
{
}