Skip to content

Commit

Permalink
update: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marriosdev committed May 22, 2024
1 parent 492e0cc commit e8607ca
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 @@ -41,7 +41,7 @@ class ControllerTeste
$request->all();

// get only id parameter
$request->only(["id"]);
echo $request->only(["id"])['id'];
}
}

Expand Down

0 comments on commit e8607ca

Please sign in to comment.