Skip to content

Commit 396b5c2

Browse files
committed
Fix formatting issue
1 parent a4b6184 commit 396b5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/DatabaseHost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ class DatabaseHost extends Model implements ValidableContract
8484
* Validation rules to assign to this model.
8585
*
8686
* @var array
87+
* @todo the node_id field doesn't validate correctly if no node is provided in request
8788
*/
88-
// @todo the node_id field doesn't validate correctly if no node is provided in request
8989
protected static $dataIntegrityRules = [
9090
'name' => 'string|max:255',
9191
'host' => 'ip|unique:database_hosts,host',

0 commit comments

Comments
 (0)