Update to conform better with laravels coding style.

This commit is contained in:
thybag
2012-09-05 09:49:04 +01:00
parent a9be66d41a
commit f55bb85c6f

View File

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