Styling fixes

This commit is contained in:
Lance Pioch 2024-03-23 08:10:28 -04:00
parent 49de8fae3e
commit f7bc9f005f
3 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -61,4 +61,3 @@ return Application::configure(basePath: dirname(__DIR__))
}) })
->create(); ->create();

View File

@ -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);