eugene-matvejev/battleship-game-api

View on GitHub
src/FoundationBundle/FoundationBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace EM\FoundationBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * @since 22.3
 */
class FoundationBundle extends Bundle
{
}