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