lint
This commit is contained in:
parent
d16f02c8b3
commit
e6d0a30c7f
|
@ -15,6 +15,8 @@ use Tests\Feature\Form\FormtemplateSectionRequest;
|
||||||
* @method self mailBottom(string $content)
|
* @method self mailBottom(string $content)
|
||||||
* @method self excerpt(string $excerpt)
|
* @method self excerpt(string $excerpt)
|
||||||
* @method self description(string $description)
|
* @method self description(string $description)
|
||||||
|
* @method self registrationFrom(string|null $date)
|
||||||
|
* @method self registrationUntil(string|null $date)
|
||||||
*/
|
*/
|
||||||
class FormFactory extends Factory
|
class FormFactory extends Factory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue