for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dkplus\CsrfApiUnprotectionBundle;
use Dkplus\CsrfApiUnprotectionBundle\DependencyInjection\Extension;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class DkplusCsrfApiUnprotectionBundle extends Bundle
{
public function getContainerExtension()
if (! $this->extension instanceof Extension) {
$this->extension = new Extension();
}
return $this->extension;