From 396b5c22d9ddb71c86263bf6469f5e05ee6c9464 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 5 Aug 2017 17:29:15 -0500 Subject: [PATCH] Fix formatting issue --- app/Models/DatabaseHost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/DatabaseHost.php b/app/Models/DatabaseHost.php index 12b40474a..d4ec484f1 100644 --- a/app/Models/DatabaseHost.php +++ b/app/Models/DatabaseHost.php @@ -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',