[php-laravel generator] update $request->bool to $request->boolean#21273
[php-laravel generator] update $request->bool to $request->boolean#21273wing328 merged 4 commits intoOpenAPITools:masterfrom
Conversation
$request->bool is not a laravel function should be $request->boolean()
…st-boolean Chores : update $request->bool to $request->boolean
|
can you please follow step 3 to update the samples to address https://github.com/OpenAPITools/openapi-generator/actions/runs/14993742514/job/42123368205?pr=21273? |
…e-controller Chores : update FakeController.php $request->boolean()
|
do i need to run the script? sorry new to this stuff.. |
|
using the script should be easier. of course you can do it manually as well cc @jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), @ybelenko (2018/07), @renepardon (2018/12) |
|
let's give it a try thanks for the contribution. |
|
no worries, ill update some stuff in the future as well, @gijs-blanken Thanks again, |
|
@jglagrimas Oops, my mistake on the |
Update the api_controller.mustach
$request->bool is not a laravel function ,
should be $request->boolean()
PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
master(upcoming7.x.0minor release - breaking changes with fallbacks),8.0.x(breaking changes without fallbacks)