bd
This commit is contained in:
5
src/JsonForm.php
Normal file → Executable file
5
src/JsonForm.php
Normal file → Executable file
@ -66,4 +66,9 @@ class JsonForm
|
||||
echo $this->html;
|
||||
}
|
||||
|
||||
public function fetch(): string
|
||||
{
|
||||
return $this->html;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user