src/Application/Project/SettingBundle/ApplicationProjectSettingBundle.php line 7

Open in your IDE?
  1. <?php  
  2.          
  3. namespace App\Application\Project\SettingBundle;
  4.                 
  5. use Symfony\Component\HttpKernel\Bundle\Bundle;
  6. class ApplicationProjectSettingBundle extends Bundle
  7. {
  8.     /** {@inheritdoc} */
  9.     public function getParent()
  10.     {
  11.         return 'ApplicationProjectSettingBundle';
  12.     }
  13. }