Remove unused code

This commit is contained in:
Dane Everitt 2020-04-26 16:20:51 -07:00
parent b774622faa
commit 53b451e8bf
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ class DaemonBackupRepository extends DaemonRepository
{ {
Assert::isInstanceOf($this->server, Server::class); Assert::isInstanceOf($this->server, Server::class);
$this->app->make('config')->get();
try { try {
return $this->getHttpClient()->post( return $this->getHttpClient()->post(
sprintf('/api/servers/%s/backup', $this->server->uuid), sprintf('/api/servers/%s/backup', $this->server->uuid),