chrBrd/QuickForms

View on GitHub
src/QuickFormsBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of the Binary Spanner Quick Forms bundle.
 * Copyright (c) 2017 Chris Bradbury
 *
 * Please view the LICENSE file that accompanied this source code for further copyright and license information.
 */

namespace BinarySpanner\QuickForms;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class QuickFormsBundle extends Bundle
{
}