Skip to content

Commit 5051974

Browse files
hirenbhut93samdark
authored andcommitted
Rename global function because no mining of "h()" (#179)
1 parent bfe269f commit 5051974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/structure-global-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function url($url = '', $scheme = false)
5454
return Url::to($url, $scheme);
5555
}
5656

57-
function h($text)
57+
function he($text)
5858
{
5959
return Html::encode($text);
6060
}

0 commit comments

Comments
 (0)