allow bodyParams to be noted in a FormRequest subclass

This commit is contained in:
Michael Wallner
2019-02-16 00:59:46 +01:00
parent eb54c1608a
commit 84e425d964
4 changed files with 96 additions and 1 deletions

View File

@@ -52,6 +52,11 @@ class TestController extends Controller
return '';
}
public function withFormRequestParameter(TestRequest $request)
{
return '';
}
/**
* @queryParam location_id required The id of the location.
* @queryParam user_id required The id of the user. Example: me