Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Feb 10, 2023
1 parent 2355cfa commit f5c7359
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/Console/CacheDiscoveredSettingsCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

namespace Spatie\LaravelSettings\Tests\Console;

use function Orchestra\Testbench\artisan;
use Spatie\LaravelSettings\SettingsContainer;
use Spatie\LaravelSettings\Tests\TestClasses\DummyEncryptedSettings;
use Spatie\LaravelSettings\Tests\TestClasses\DummySettings;
use Spatie\LaravelSettings\Tests\TestClasses\DummySettingsWithCast;
use Spatie\LaravelSettings\Tests\TestClasses\DummySettingsWithImportedType;
use Spatie\LaravelSettings\Tests\TestClasses\DummySettingsWithRepository;
use function Orchestra\Testbench\artisan;
use Spatie\LaravelSettings\SettingsContainer;
use Spatie\LaravelSettings\Tests\TestClasses\DummySettings;
use Spatie\LaravelSettings\Tests\TestClasses\DummySimpleSettings;

use function Spatie\Snapshots\assertMatchesSnapshot;
use Spatie\Snapshots\MatchesSnapshots;

uses(MatchesSnapshots::class);
Expand Down Expand Up @@ -40,6 +39,6 @@
DummySimpleSettings::class,
DummySettings::class,
DummySettingsWithImportedType::class,
DummySettingsWithCast::class
DummySettingsWithCast::class,
]);
});

0 comments on commit f5c7359

Please sign in to comment.