From 21465a0d931ae5114b2b0222cf71b5a100ebb40d Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 23 Mar 2024 16:26:56 -0400 Subject: [PATCH] Clean up --- app/Repositories/Daemon/DaemonRepository.php | 9 --------- 1 file changed, 9 deletions(-) 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. *