Commit f55bb85c by thybag

Update to conform better with laravels coding style.

parent a9be66d4
...@@ -419,8 +419,8 @@ class HTML { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment