for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: siim
* Date: 25.02.19
* Time: 9:41
*/
namespace Sf4\Api;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class Sf4ApiBundle extends Bundle
{
}