<?php/* * This file is part of the ElaoFormTranslation bundle. * * Copyright (C) Elao * * @author Elao <contact@elao.com> */namespace Elao\Bundle\FormTranslationBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Elao From Translation Bundle */class ElaoFormTranslationBundle extends Bundle{}