for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace KonstantinKuklin\AsseticStaticGzipBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class AsseticStaticGzipBundle
*
* @author KonstantinKuklin <[email protected]>
*/
class AsseticStaticGzipBundle extends Bundle
{
* {@inheritdoc}
public function getParent()
return 'AsseticBundle';
}