forked from Alex/Pterodactyl-Panel
Fix for StyleCI
This commit is contained in:
parent
d8be167a9c
commit
e9680fc29c
@ -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',
|
||||
|
@ -24,7 +24,7 @@ class AuthenticateUsingPasswordServiceTest extends TestCase
|
||||
* @var \Pterodactyl\Contracts\Repository\ServerRepositoryInterface|\Mockery\Mock
|
||||
*/
|
||||
private $repository;
|
||||
|
||||
|
||||
/**
|
||||
* @var \Pterodactyl\Contracts\Repository\SubuserRepositoryInterface|\Mockery\Mock
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user