lib/Ntl/Payment/src/NtlPaymentBundle.php line 12

  1. <?php
  2. namespace Ntl\PaymentBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Payment Management Module.
  6.  *
  7.  * @see https://symfony.com/doc/current/bundles.html *
  8.  */
  9. class NtlPaymentBundle extends Bundle
  10. {    
  11. }