zanui/ZanuiFixturesBundle

View on GitHub
src/ZanuiFixturesBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Zanui (http://www.zanui.com.au/)
 *
 * @link      http://github.com/zanui/shop for the canonical source repository
 * @copyright Copyright (c) 2011-2014 Internet Services Australia 3 Pty Limited (http://www.zanui.com.au)
 * @license   The MIT License (MIT)
 */

namespace Zanui\FixturesBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * Zanui Fixture Bundle
 *
 * This class is used to initialize the Zanui Fixtures Bundle.
 */
class ZanuiFixturesBundle extends Bundle
{
}