for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Pgs\ElasticOM\Bridge\Symfony;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ElasticOMBundle extends Bundle
{
public function getContainerExtension(): ElasticOMExtension
return new ElasticOMExtension();
}