<?php/** * This file is part of the url-bundle. */namespace Kematjaya\URLBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * @package Kematjaya\URLBundle * @license https://opensource.org/licenses/MIT MIT * @author Nur Hidayatullah <kematjaya0@gmail.com> */class URLBundle extends Bundle { }