Lint
This commit is contained in:
parent
49afcafbb2
commit
40407214e3
|
@ -25,6 +25,7 @@ use App\Form\Enums\SpecialType;
|
||||||
* @method self min(int $min)
|
* @method self min(int $min)
|
||||||
* @method self max(int $max)
|
* @method self max(int $max)
|
||||||
* @method self allowcustom(bool $allowcustom)
|
* @method self allowcustom(bool $allowcustom)
|
||||||
|
* @method self emptyOptionValue(string $emptyOptionValue)
|
||||||
* @method self intro(string $intro)
|
* @method self intro(string $intro)
|
||||||
*/
|
*/
|
||||||
class FormtemplateFieldRequest extends RequestFactory
|
class FormtemplateFieldRequest extends RequestFactory
|
||||||
|
|
Loading…
Reference in New Issue