Update to conform better with laravels coding style.

This commit is contained in:
thybag 2012-09-05 09:49:04 +01:00
parent a9be66d41a
commit f55bb85c6f
1 changed files with 2 additions and 2 deletions

View File

@ -419,8 +419,8 @@ protected static function obfuscate($value)
*
* @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;