We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b774622 commit 53b451eCopy full SHA for 53b451e
app/Repositories/Wings/DaemonBackupRepository.php
@@ -42,8 +42,6 @@ public function backup(Backup $backup, string $presignedUrl = null): ResponseInt
42
{
43
Assert::isInstanceOf($this->server, Server::class);
44
45
- $this->app->make('config')->get();
46
-
47
try {
48
return $this->getHttpClient()->post(
49
sprintf('/api/servers/%s/backup', $this->server->uuid),
0 commit comments