<?php/* * This file is part of the AntiMattr MongoDB Migrations Bundle, a library by Matthew Fitzgerald. * * (c) 2014 Matthew Fitzgerald * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace AntiMattr\Bundle\MongoDBMigrationsBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * @author Matthew Fitzgerald <[email protected]> */class MongoDBMigrationsBundle extends Bundle{}