[#1500] Fix allocation limit being required even though it isn't used.
This commit is contained in:
parent
01e006a308
commit
a4d7985e51
2 changed files with 33 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Server extends Model implements CleansAttributes, ValidableContract
|
|||
'image' => 'required',
|
||||
'startup' => 'required',
|
||||
'database_limit' => 'present',
|
||||
'allocation_limit' => 'present',
|
||||
'allocation_limit' => 'sometimes',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue