<?php/* * NzoUrlEncryptorBundle file. * * (c) Ala Eddine Khefifi <alakhefifi@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Nzo\UrlEncryptorBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * NzoUrlEncryptorBundle. * * @author Ala Eddine Khefifi <alakhefifi@gmail.com> * Website www.alakhefifi.com */class NzoUrlEncryptorBundle extends Bundle{}