mirror of
https://github.com/FriendsOfSymfony/propel1-user-bundle.git
synced 2026-03-24 00:32:18 +01:00
23 lines
518 B
PHP
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
|
|
{
|
|
}
|