mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 08:44:46 +02:00
Fix formatting issue
This commit is contained in:
parent
a4b61846ac
commit
396b5c22d9
@ -84,8 +84,8 @@ class DatabaseHost extends Model implements ValidableContract
|
|||||||
* Validation rules to assign to this model.
|
* Validation rules to assign to this model.
|
||||||
*
|
*
|
||||||
* @var array
|
* @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 = [
|
protected static $dataIntegrityRules = [
|
||||||
'name' => 'string|max:255',
|
'name' => 'string|max:255',
|
||||||
'host' => 'ip|unique:database_hosts,host',
|
'host' => 'ip|unique:database_hosts,host',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user