diff --git a/app/Repositories/Daemon/DaemonRepository.php b/app/Repositories/Daemon/DaemonRepository.php index a9ab8cf41..2785d5b20 100644 --- a/app/Repositories/Daemon/DaemonRepository.php +++ b/app/Repositories/Daemon/DaemonRepository.php @@ -2,13 +2,11 @@ namespace App\Repositories\Daemon; -use GuzzleHttp\Client; use App\Models\Node; use Illuminate\Http\Client\PendingRequest; use Illuminate\Support\Facades\Http; use Webmozart\Assert\Assert; use App\Models\Server; -use Illuminate\Contracts\Foundation\Application; abstract class DaemonRepository { @@ -16,13 +14,6 @@ abstract class DaemonRepository protected ?Node $node; - /** - * DaemonRepository constructor. - */ - public function __construct(protected Application $app) - { - } - /** * Set the server model this request is stemming from. *