for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types=1);
namespace Formularium\Frontend\Vuelidate;
namespace Formularium\Frontend\Vue\VueCode;
class Framework extends \Formularium\Framework
{
public function __construct(string $name = 'Vuelidate')
parent::__construct($name);
}