Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 17, 2024
1 parent b8c7312 commit a479f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Console/Commands/VaporHealthCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace Laravel\Vapor\Console\Commands;

use Aws\DynamoDb\Exception\DynamoDbException;
use Exception;
use Illuminate\Support\Facades\Cache;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Str;

class VaporHealthCheckCommand extends Command
Expand Down

0 comments on commit a479f5c

Please sign in to comment.