vendor/craue/config-bundle/CraueConfigBundle.php line 12

Open in your IDE?
  1. <?php
  2. namespace Craue\ConfigBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * @author Christian Raue <christian.raue@gmail.com>
  6.  * @copyright 2011-2019 Christian Raue
  7.  * @license http://opensource.org/licenses/mit-license.php MIT License
  8.  */
  9. class CraueConfigBundle extends Bundle {
  10. }