Skip to content

Commit

Permalink
#116. Change namespace for Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Nov 16, 2018
1 parent 8c58be6 commit 5e9b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ The state of the server will not be changed by a request if any individual opera

#### Static access token
In ```QueryParams``` RAML types you can declare the ```access_token``` property, that will be placed to ```Modules/{ModuleName}/Config/config.php```.
Generator will create ```app/Http/FormRequest/ApiAccessToken.php``` global FormRequest.
Generator will create ```App\Http\Requests\ApiAccessToken.php``` global FormRequest.

To activate this check on every request - add ApiAccessToken FormRequest to ```app/Http/Kernel.php```, ex.:
```php
Expand Down

0 comments on commit 5e9b2e9

Please sign in to comment.