vendor/nextgen/apex-template-bundle/src/ApexTemplateBundle.php line 16

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the apex-template-bundle.
  4.  */
  5. namespace NextGen\ApexTemplateBundle;
  6. use Symfony\Component\HttpKernel\Bundle\Bundle;
  7. /**
  8.  * @package NextGen\ApexTemplateBundle
  9.  * @license https://opensource.org/licenses/MIT MIT
  10.  * @author  Nur Hidayatullah <[email protected]>
  11.  */
  12. class ApexTemplateBundle extends Bundle
  13. {
  14.     
  15. }