Fix tests

This commit is contained in:
philipp lang 2024-01-10 21:13:17 +01:00
parent 7abf746897
commit 2a6e3aac03
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ use Worksome\RequestFactories\RequestFactory;
* @method self name(string $name)
* @method self description(string $description)
* @method self excerpt(string $description)
* @method self registrationFrom(string $date)
* @method self registrationUntil(string $date)
*/
class FormRequest extends RequestFactory
{