StyleCI fixes.

This commit is contained in:
Dane Everitt 2017-02-02 19:43:55 -05:00
parent 3114b7e52a
commit 3baa21a6eb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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',
]),
];