Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DGINXREAL authored and github-actions[bot] committed Jun 16, 2024
1 parent 5c73d07 commit 15c2c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/FilamentIframePluginServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace DGINXREAL\FilamentIframePlugin;

use DGINXREAL\FilamentIframePlugin\Commands\FilamentIframePluginCommand;
use DGINXREAL\FilamentIframePlugin\Testing\TestsFilamentIframePlugin;
use Filament\Support\Assets\AlpineComponent;
use Filament\Support\Assets\Asset;
use Filament\Support\Assets\Css;
Expand All @@ -13,8 +15,6 @@
use Spatie\LaravelPackageTools\Commands\InstallCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use DGINXREAL\FilamentIframePlugin\Commands\FilamentIframePluginCommand;
use DGINXREAL\FilamentIframePlugin\Testing\TestsFilamentIframePlugin;

class FilamentIframePluginServiceProvider extends PackageServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use BladeUI\Heroicons\BladeHeroiconsServiceProvider;
use BladeUI\Icons\BladeIconsServiceProvider;
use DGINXREAL\FilamentIframePlugin\FilamentIframePluginServiceProvider;
use Filament\Actions\ActionsServiceProvider;
use Filament\FilamentServiceProvider;
use Filament\Forms\FormsServiceProvider;
Expand All @@ -16,7 +17,6 @@
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
use DGINXREAL\FilamentIframePlugin\FilamentIframePluginServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit 15c2c12

Please sign in to comment.