Correctly store changes to upload size limit, closes #1237

This commit is contained in:
Dane Everitt 2018-09-03 14:53:58 -07:00
parent e404918bff
commit 7ed9c7cb93
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 0 deletions

View file

@ -113,6 +113,7 @@ class Node extends Model implements CleansAttributes, ValidableContract
'daemonSFTP' => 'numeric|between:1024,65535',
'daemonListen' => 'numeric|between:1024,65535',
'maintenance_mode' => 'boolean',
'upload_size' => 'int|between:1,1024',
];
/**