<?php
/**
* This file is part of the piramida-green-admin-bundle.
*/
namespace PiramidaTi\GreenAdminBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @package PiramidaTi\GreenAdminBundle
* @license https://opensource.org/licenses/MIT MIT
* @author Nur Hidayatullah <kematjaya0@gmail.com>
*/
class GreenAdminBundle extends Bundle
{
}