Skip to content

Commit

Permalink
Fix Unable to locate a class or view for component [filament-support:…
Browse files Browse the repository at this point in the history
…:grid]
  • Loading branch information
ralphjsmit committed Nov 10, 2022
1 parent e1b03f9 commit 2915aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace RalphJSmit\Filament\Components\Tests;

use Filament\Forms\FormsServiceProvider;
use Filament\Support\SupportServiceProvider;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RalphJSmit\Filament\Components\FilamentComponentsServiceProvider;
Expand All @@ -20,6 +21,7 @@ protected function getPackageProviders($app)
FilamentComponentsServiceProvider::class,
LivewireServiceProvider::class,
FormsServiceProvider::class,
SupportServiceProvider::class,
];
}

Expand Down

0 comments on commit 2915aeb

Please sign in to comment.