Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 committed Jul 24, 2024
2 parents 7f41ef8 + 3af6d55 commit 232136a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FilamentScaffoldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Filament\Support\Assets\Asset;
use Filament\Support\Facades\FilamentAsset;
use Livewire\Features\SupportTesting\Testable;
use Solutionforest\FilamentScaffold\Testing\TestsFilamentScaffold;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Solutionforest\FilamentScaffold\Testing\TestsFilamentScaffold;

class FilamentScaffoldServiceProvider extends PackageServiceProvider
{
Expand All @@ -31,7 +31,7 @@ public function packageBooted(): void
);

// Testing
Testable::mixin(new TestsFilamentScaffold());
Testable::mixin(new TestsFilamentScaffold);
}

protected function getAssetPackageName(): ?string
Expand Down

0 comments on commit 232136a

Please sign in to comment.