Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogermani87 authored and github-actions[bot] committed Apr 17, 2024
1 parent 49133dc commit dec2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Foundation\Application;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RickDBCN\FilamentEmail\FilamentEmailServiceProvider;
use RickDBCN\FilamentEmail\Providers\EmailMessageServiceProvider;
use RickDBCN\FilamentEmail\Tests\Models\User;
use RickDBCN\FilamentEmail\Tests\Panels\TestPanelProvider;
use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit dec2dce

Please sign in to comment.