Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Aug 2, 2023
1 parent 0361805 commit 42fa122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Commands/CreateSearchConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
namespace Spatie\SiteSearch\Commands;

use Illuminate\Console\Command;
use Spatie\SiteSearch\Models\SiteSearchConfig;
use Illuminate\Support\Facades\Validator;

use function Laravel\Prompts\intro;
use function Laravel\Prompts\outro;
use function Laravel\Prompts\text;
use Illuminate\Support\Facades\Validator;

use Spatie\SiteSearch\Models\SiteSearchConfig;

class CreateSearchConfigCommand extends Command
{
Expand Down

0 comments on commit 42fa122

Please sign in to comment.