<?php/* * This file is part of the APYBreadcrumbTrailBundle. * * (c) Abhoryo <abhoryo@free.fr> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace APY\BreadcrumbTrailBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class APYBreadcrumbTrailBundle extends Bundle{}