Skip to content

Commit

Permalink
Update url.rst
Browse files Browse the repository at this point in the history
The right option is `fullBase`
  • Loading branch information
mirko-pagliai authored Aug 31, 2021
1 parent 56fbdb9 commit 16322b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/views/helpers/url.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Generating URLs
Returns a URL pointing to a combination of controller and action.
If ``$url`` is empty, it returns the ``REQUEST_URI``, otherwise it
generates the URL for the controller and action combo. If ``full`` is
generates the URL for the controller and action combo. If ``fullBase`` is
``true``, the full base URL will be prepended to the result::

echo $this->Url->build([
Expand Down

0 comments on commit 16322b6

Please sign in to comment.