NovikovViktor/SFTPBundle

View on GitHub
NWSFTPBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace NW\SFTPBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * Class NWSFTPBundle
 * @package NW\SFTPBundle
 * @author Novikov Viktor
 */
class NWSFTPBundle extends Bundle
{
}