Fix allocation alias setting

This commit is contained in:
Dane Everitt 2017-11-10 21:47:43 -06:00
parent 1740b8dfb5
commit 81869bd5f2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,7 @@ class Allocation extends Model implements CleansAttributes, ValidableContract
'node_id' => 'exists:nodes,id',
'ip' => 'ip',
'port' => 'numeric|between:1024,65553',
'alias' => 'string',
'ip_alias' => 'nullable|string',
'server_id' => 'nullable|exists:servers,id',
];