<?php /** * Extension for Contao 4 * * @copyright Softleister 2019 * @author Softleister <info@softleister.de> * @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 { }