1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 01:22:30 +01:00

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

View File

@ -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),