[#1500] Fix allocation limit being required even though it isn't used.

This commit is contained in:
Dane Everitt
2019-03-02 14:27:01 -08:00
parent 01e006a308
commit a4d7985e51
2 changed files with 33 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class Server extends Model implements CleansAttributes, ValidableContract
'image' => 'required',
'startup' => 'required',
'database_limit' => 'present',
'allocation_limit' => 'present',
'allocation_limit' => 'sometimes',
];
/**