* @package contao-signature-formfield-bundle * based on jSignature (https://github.com/brinley/jSignature) * @licence MIT License */ namespace Softleister\SignatureformfieldBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Configures the Contao Signature form field bundle. */ class SoftleisterSignatureformfieldBundle extends Bundle { }