StyleCI fixes.
This commit is contained in:
parent
3114b7e52a
commit
3baa21a6eb
5 changed files with 2 additions and 6 deletions
|
@ -198,12 +198,12 @@ class Server extends Model
|
|||
'uuid',
|
||||
'uuidShort',
|
||||
'daemonSecret',
|
||||
'username'
|
||||
'username',
|
||||
]),
|
||||
'node' => collect($this->node)->only([
|
||||
'fqdn',
|
||||
'scheme',
|
||||
'daemonListen'
|
||||
'daemonListen',
|
||||
]),
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue