Remove unused code
This commit is contained in:
parent
b774622faa
commit
53b451e8bf
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue