vendor/piramida/green-admin-bundle/src/GreenAdminBundle.php line 16

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the piramida-green-admin-bundle.
  4.  */
  5. namespace PiramidaTi\GreenAdminBundle;
  6. use Symfony\Component\HttpKernel\Bundle\Bundle;
  7. /**
  8.  * @package PiramidaTi\GreenAdminBundle
  9.  * @license https://opensource.org/licenses/MIT MIT
  10.  * @author  Nur Hidayatullah <kematjaya0@gmail.com>
  11.  */
  12. class GreenAdminBundle extends Bundle
  13. {
  14.     
  15. }