Fix formatting issue

This commit is contained in:
Dane Everitt 2017-08-05 17:29:15 -05:00
parent a4b61846ac
commit 396b5c22d9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -84,8 +84,8 @@ class DatabaseHost extends Model implements ValidableContract
* Validation rules to assign to this model.
*
* @var array
* @todo the node_id field doesn't validate correctly if no node is provided in request
*/
// @todo the node_id field doesn't validate correctly if no node is provided in request
protected static $dataIntegrityRules = [
'name' => 'string|max:255',
'host' => 'ip|unique:database_hosts,host',