<?php
declare(strict_types=1);
namespace Http\HttplugBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author David Buchmann <[email protected]>
* @author Tobias Nyholm <[email protected]>
*/
class HttplugBundle extends Bundle
{
}