diff --git a/app/Repositories/Wings/DaemonBackupRepository.php b/app/Repositories/Wings/DaemonBackupRepository.php index 2e5ea89fd..418b5dd69 100644 --- a/app/Repositories/Wings/DaemonBackupRepository.php +++ b/app/Repositories/Wings/DaemonBackupRepository.php @@ -42,8 +42,6 @@ class DaemonBackupRepository extends DaemonRepository { Assert::isInstanceOf($this->server, Server::class); - $this->app->make('config')->get(); - try { return $this->getHttpClient()->post( sprintf('/api/servers/%s/backup', $this->server->uuid),