for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gedmo\SoftDeleteable\Mapping\Driver;
use Gedmo\FluentExtension;
class Fluent extends FluentExtension
{
const EXTENSION_NAME = 'softDeleteable';
/**
* @return string
*/
protected function getExtensionName()
return self::EXTENSION_NAME;
}