mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Styling fixes
This commit is contained in:
@@ -4,7 +4,6 @@ namespace App\Models;
|
||||
|
||||
use App\Exceptions\Http\Connection\DaemonConnectionException;
|
||||
use GuzzleHttp\Exception\GuzzleException;
|
||||
use GuzzleHttp\Exception\TransferException;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Database\Query\JoinClause;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
|
||||
@@ -61,4 +61,3 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
|
||||
})
|
||||
->create();
|
||||
|
||||
|
||||
@@ -85,7 +85,6 @@ class CommandControllerTest extends ClientApiIntegrationTestCase
|
||||
|
||||
$this->instance(Server::class, $server);
|
||||
|
||||
|
||||
$request = new SendCommandRequest(['command' => 'say Test']);
|
||||
$cc = resolve(CommandController::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user