Update to conform better with laravels coding style.
This commit is contained in:
parent
a9be66d41a
commit
f55bb85c6f
|
@ -419,8 +419,8 @@ protected static function obfuscate($value)
|
||||||
*
|
*
|
||||||
* @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;
|
||||||
|
|
Loading…
Reference in New Issue