Skip to content

Commit f44b819

Browse files
authored
Merge pull request #1237 from samsonasik/docfix-url-helper-load
doc fix: remove unneeded call helper(url) as already bootstrapped by default
2 parents 1a97ded + bfa0e74 commit f44b819

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • user_guide_src/source/libraries

user_guide_src/source/libraries/uri.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ a controller that extends ``CodeIgniter\Controller`` you can get it like::
3939

4040
Second, you can use one of the functions available in the **url_helper**::
4141

42-
helper('url');
4342
$uri = current_url(true);
4443

4544
You must pass ``true`` as the first parameter, otherwise it will return the string representation of the current URL.

0 commit comments

Comments
 (0)