Skip to content

Commit e9680fc

Browse files
committed
Fix for StyleCI
1 parent d8be167 commit e9680fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/Models/Node.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ public function getConfigurationAsJson($pretty = false)
154154
'socket' => '/var/run/docker.sock',
155155
'autoupdate_images' => true,
156156
],
157+
'filesystem' => [
158+
'server_logs' => '/tmp/pterodactyl',
159+
],
157160
'sftp' => [
158161
'path' => $this->daemonBase,
159162
'ip' => '0.0.0.0',

tests/Unit/Services/Sftp/AuthenticateUsingPasswordServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AuthenticateUsingPasswordServiceTest extends TestCase
2424
* @var \Pterodactyl\Contracts\Repository\ServerRepositoryInterface|\Mockery\Mock
2525
*/
2626
private $repository;
27-
27+
2828
/**
2929
* @var \Pterodactyl\Contracts\Repository\SubuserRepositoryInterface|\Mockery\Mock
3030
*/

0 commit comments

Comments
 (0)