ninegate/src/ninegate-1.0/src/AppBundle/AppBundle.php

10 lines
113 B
PHP
Raw Normal View History

2018-12-18 09:44:39 +01:00
<?php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}