for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Distilleries\FormBuilder\Fields;
class ChoiceAreaAjax extends FormFieldsView
{
protected function getTemplate()
return 'choice_area_ajax';
}
protected function getDefaults()
return [
'action' => ''
];