Add options and maxToday method
This commit is contained in:
parent
b813664632
commit
89429f9812
tests/Feature/Form
|
@ -12,6 +12,8 @@ use Worksome\RequestFactories\RequestFactory;
|
||||||
* @method self rows(int $rows)
|
* @method self rows(int $rows)
|
||||||
* @method self columns(array{mobile: int, tablet: int, desktop: int} $rows)
|
* @method self columns(array{mobile: int, tablet: int, desktop: int} $rows)
|
||||||
* @method self default(mixed $default)
|
* @method self default(mixed $default)
|
||||||
|
* @method self options(array<int, string> $options)
|
||||||
|
* @method self maxToday(bool $maxToday)
|
||||||
*/
|
*/
|
||||||
class FormtemplateFieldRequest extends RequestFactory
|
class FormtemplateFieldRequest extends RequestFactory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue