Fix for StyleCI

This commit is contained in:
Dane Everitt 2018-02-17 16:21:37 -06:00
parent d8be167a9c
commit e9680fc29c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 1 deletions

View file

@ -154,6 +154,9 @@ class Node extends Model implements CleansAttributes, ValidableContract
'socket' => '/var/run/docker.sock',
'autoupdate_images' => true,
],
'filesystem' => [
'server_logs' => '/tmp/pterodactyl',
],
'sftp' => [
'path' => $this->daemonBase,
'ip' => '0.0.0.0',

View file

@ -24,7 +24,7 @@ class AuthenticateUsingPasswordServiceTest extends TestCase
* @var \Pterodactyl\Contracts\Repository\ServerRepositoryInterface|\Mockery\Mock
*/
private $repository;
/**
* @var \Pterodactyl\Contracts\Repository\SubuserRepositoryInterface|\Mockery\Mock
*/