diff -r bbdc7f9aa25e -r 03b14b0fe101 vendor/bundles/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/bundles/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php Fri Nov 25 18:55:43 2011 +0100 @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Bundle\DoctrineMigrationsBundle; + +use Symfony\Component\HttpKernel\Bundle\Bundle; + +/** + * Bundle. + * + * @author Fabien Potencier + * @author Jonathan H. Wage + */ +class DoctrineMigrationsBundle extends Bundle +{ +}