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 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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user