for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Riclep\StoryblokForms\Blocks;
use Riclep\StoryblokForms\Input;
class LsfFileUploader extends Input
{
/**
* Returns the Input’s response after the form has been submitted and validated
*
* @param $input
* @return mixed
*/
public function response($input) {
return [
'label' => $this->label,
label
Riclep\StoryblokForms\Blocks\LsfFileUploader
__get
'response' => $input
];
}