Skip to content
Snippets Groups Projects
Select Git revision
  • 51c4c36acd734ca6f1b3aeb759bfda815ffbae5a
  • master default
2 results

BackendBundle.php

Blame
  • user avatar
    Jeremy Guiselin authored
    92a9219c
    History
    BackendBundle.php 121 B
    <?php
    
    namespace BackendBundle;
    
    use Symfony\Component\HttpKernel\Bundle\Bundle;
    
    class BackendBundle extends Bundle
    {
    }