jorge07/symfony3-docker-starter

View on GitHub
src/AppBundle/AppBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AppBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class AppBundle extends Bundle
{
}