mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 11:04:45 +02:00
Clean up
This commit is contained in:
parent
9560e18798
commit
21465a0d93
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user