src/Iwip/DatatablesBundle/IwipDatatablesBundle.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Iwip\DatatablesBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Bundle pour la gestion des tableaux
  6.  * les tableaux affichés utilisent datatables
  7.  * 
  8.  */
  9. class IwipDatatablesBundle extends Bundle
  10. {
  11. }