ogboot/api/src/OgBootBundle/OgBootBundle.php

10 lines
159 B
PHP

<?php
// src/OgBootBundle/OgBootBundle.php
namespace App\OgBootBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class OgBootBundle extends Bundle
{
}