<?php/* * This file is part of the PHP Translation package. * * (c) PHP Translation team <tobias.nyholm@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Translation\PlatformAdapter\Loco\Bridge\Symfony;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * @author Tobias Nyholm <tobias.nyholm@gmail.com> */class TranslationAdapterLocoBundle extends Bundle{}