<?php/* * This file is part of the ApiRateLimitBundle * * (c) Indra Gunawan <hello@indra.my.id> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Indragunawan\ApiRateLimitBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;final class IndragunawanApiRateLimitBundle extends Bundle{}