mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Regression: Fix serialize issues with forms
This commit is contained in:
@@ -18,7 +18,7 @@ use Psr\Http\Message\UploadedFileInterface;
|
||||
* Interface FormInterface
|
||||
* @package Grav\Framework\Form
|
||||
*/
|
||||
interface FormInterface
|
||||
interface FormInterface extends \Serializable
|
||||
{
|
||||
/**
|
||||
* Get HTML id="..." attribute.
|
||||
|
||||
Reference in New Issue
Block a user