Skip to content

Commit 53b451e

Browse files
committed
Remove unused code
1 parent b774622 commit 53b451e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Repositories/Wings/DaemonBackupRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public function backup(Backup $backup, string $presignedUrl = null): ResponseInt
4242
{
4343
Assert::isInstanceOf($this->server, Server::class);
4444

45-
$this->app->make('config')->get();
46-
4745
try {
4846
return $this->getHttpClient()->post(
4947
sprintf('/api/servers/%s/backup', $this->server->uuid),

0 commit comments

Comments
 (0)