src/Zet/ContentBundle/ZetContentBundle.php line 13

Open in your IDE?
  1. <?php
  2. /**
  3.  * Created by PhpStorm.
  4.  * User: alexandr
  5.  * Date: 2019-03-11
  6.  * Time: 04:46
  7.  */
  8. namespace App\Zet\ContentBundle;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. class ZetContentBundle extends Bundle
  11. {
  12. }