smt_vendor/CoreBundle/src/SmtCoreBundle.php line 13

Open in your IDE?
  1. <?php
  2. /* 
  3.  * To change this license header, choose License Headers in Project Properties.
  4.  * To change this template file, choose Tools | Templates
  5.  * and open the template in the editor.
  6.  */
  7. namespace Smt\CoreBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. class SmtCoreBundle extends Bundle
  10. {
  11.     
  12. }