collection-crud/src/App.php

10 lines
101 B
PHP

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