seferov/awsBundle

View on GitHub
SeferovAwsBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * This file is part of the SeferovAwsBundle package.
 *
 * (c) Farhad Safarov <https://farhadsafarov.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Seferov\AwsBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class SeferovAwsBundle extends Bundle
{
}