mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Remove unused code
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user