Make peer_id exempt from trimming

This commit is contained in:
Hyleus
2018-01-07 11:50:43 +01:00
parent e0dcb73cc2
commit a5c1ea3a61
+2 -1
View File
@@ -14,6 +14,7 @@ class TrimStrings extends BaseTrimmer
protected $except = [
'password',
'password_confirmation',
'info_hash'
'info_hash',
'peer_id'
];
}