Skip to content
Snippets Groups Projects
Commit f9abd1f9 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix method name typo

parent 7fa2f565
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class Format {
//Wrapper for utf-8 encoding.
function utf8encode($text, $charset=null) {
return Format::enecode($text, $charset, 'utf-8');
return Format::encode($text, $charset, 'utf-8');
}
function phone($phone) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment