This commit is contained in:
philipp lang 2024-01-10 21:55:19 +01:00
parent e6d0a30c7f
commit 4ce7d428d4
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ use Worksome\RequestFactories\RequestFactory;
* @method self from(string $date)
* @method self to(string $date)
* @method self description(string $description)
* @method self mailTop(string $content)
* @method self mailBottom(string $content)
* @method self excerpt(string $description)
* @method self registrationFrom(string|null $date)
* @method self registrationUntil(string|null $date)