Fix tests
This commit is contained in:
parent
7abf746897
commit
2a6e3aac03
|
@ -8,6 +8,8 @@ use Worksome\RequestFactories\RequestFactory;
|
||||||
* @method self name(string $name)
|
* @method self name(string $name)
|
||||||
* @method self description(string $description)
|
* @method self description(string $description)
|
||||||
* @method self excerpt(string $description)
|
* @method self excerpt(string $description)
|
||||||
|
* @method self registrationFrom(string $date)
|
||||||
|
* @method self registrationUntil(string $date)
|
||||||
*/
|
*/
|
||||||
class FormRequest extends RequestFactory
|
class FormRequest extends RequestFactory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue