vendor/kematjaya/crud-maker-bundle/src/CrudMakerBundle.php line 13

Open in your IDE?
  1. <?php
  2. /**
  3.  * Description of MakerBundle
  4.  *
  5.  * @author Nur Hidayatullah <[email protected]>
  6.  */
  7. namespace Kematjaya\CrudMakerBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. class CrudMakerBundle extends Bundle 
  10. {
  11.     
  12. }