for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Distilleries\FormBuilder\Fields;
class CloudinaryMediaLibrary extends FormFieldsView
{
protected function getTemplate()
return 'cloudinary_media_library';
}