mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-29 18:46:25 +08:00
allow bodyParams to be noted in a FormRequest subclass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user