From f55bb85c6f146a972bbdc6c9591dfefc8de2d661 Mon Sep 17 00:00:00 2001 From: thybag Date: Wed, 5 Sep 2012 09:49:04 +0100 Subject: [PATCH] Update to conform better with laravels coding style. --- laravel/html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/html.php b/laravel/html.php index ec6b3ae2..7a602de9 100644 --- a/laravel/html.php +++ b/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;