Update to conform better with laravels coding style.
This commit is contained in:
parent
a9be66d41a
commit
f55bb85c6f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user