StyleCI fixes.

This commit is contained in:
Dane Everitt
2017-02-02 19:43:55 -05:00
parent 3114b7e52a
commit 3baa21a6eb
5 changed files with 2 additions and 6 deletions

View File

@@ -198,12 +198,12 @@ class Server extends Model
'uuid',
'uuidShort',
'daemonSecret',
'username'
'username',
]),
'node' => collect($this->node)->only([
'fqdn',
'scheme',
'daemonListen'
'daemonListen',
]),
];