This commit is contained in:
philipp lang 2024-01-10 21:54:35 +01:00
parent d16f02c8b3
commit e6d0a30c7f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ use Tests\Feature\Form\FormtemplateSectionRequest;
* @method self mailBottom(string $content)
* @method self excerpt(string $excerpt)
* @method self description(string $description)
* @method self registrationFrom(string|null $date)
* @method self registrationUntil(string|null $date)
*/
class FormFactory extends Factory
{