We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6184 commit 396b5c2Copy full SHA for 396b5c2
app/Models/DatabaseHost.php
@@ -84,8 +84,8 @@ class DatabaseHost extends Model implements ValidableContract
84
* Validation rules to assign to this model.
85
*
86
* @var array
87
+ * @todo the node_id field doesn't validate correctly if no node is provided in request
88
*/
- // @todo the node_id field doesn't validate correctly if no node is provided in request
89
protected static $dataIntegrityRules = [
90
'name' => 'string|max:255',
91
'host' => 'ip|unique:database_hosts,host',
0 commit comments