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