Files
propel1-user-bundle/FOSPropel1UserBundle.php
Christophe Coevoet 4f7c2b11d5 Initial import
2016-11-28 00:27:15 +01:00

23 lines
518 B
PHP

<?php
/*
* This file is part of the FOSPropel1UserBundle package.
*
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FOS\Propel1UserBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author Matthieu Bontemps <matthieu@knplabs.com>
* @author Thibault Duplessis <thibault.duplessis@gmail.com>
*/
class FOSPropel1UserBundle extends Bundle
{
}