Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DGINXREAL committed Jun 16, 2024
2 parents 20c2eb6 + 15c2c12 commit e07f66a
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
@@ -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;
@@ -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
{
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

use BladeUI\Heroicons\BladeHeroiconsServiceProvider;
use BladeUI\Icons\BladeIconsServiceProvider;
use DGINXREAL\FilamentIframePlugin\FilamentIframePluginServiceProvider;
use Filament\Actions\ActionsServiceProvider;
use Filament\Forms\FormsServiceProvider;
use Filament\Infolists\InfolistsServiceProvider;
@@ -13,7 +14,6 @@
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
use DGINXREAL\FilamentIframePlugin\FilamentIframePluginServiceProvider;

class TestCase extends Orchestra
{

0 comments on commit e07f66a

Please sign in to comment.