Browse Source

Update to conform better with laravels coding style.

thybag 12 years ago
parent
commit
f55bb85c6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/html.php

+ 2 - 2
laravel/html.php

@@ -419,8 +419,8 @@ class HTML {
 	 *
 	 * @return string
 	 */
-	public static function get_encoding(){
-
+	protected static function get_encoding()
+	{
 		if(static::$encoding===null) static::$encoding = Config::get('application.encoding');
 
 		return static::$encoding;