vendor/fp/jsformvalidator-bundle/src/FpJsFormValidatorBundle.php line 12

Open in your IDE?
  1. <?php
  2. namespace Fp\JsFormValidatorBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Class FpJsFormValidatorBundle
  6.  *
  7.  * @package Fp\JsFormValidatorBundle
  8.  */
  9. class FpJsFormValidatorBundle extends Bundle
  10. {
  11. }