Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkuikel committed Jan 12, 2024
2 parents 6174d5a + 4caf5f4 commit 8d4fbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/PaniniServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
use Filament\Support\Facades\FilamentIcon;
use Illuminate\Filesystem\Filesystem;
use Livewire\Features\SupportTesting\Testable;
use Pratikkuikel\Panini\Commands\PaniniCommand;
use Pratikkuikel\Panini\Testing\TestsPanini;
use Spatie\LaravelPackageTools\Commands\InstallCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Pratikkuikel\Panini\Commands\PaniniCommand;
use Pratikkuikel\Panini\Testing\TestsPanini;

class PaniniServiceProvider 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 @@ -17,8 +17,8 @@
use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
use Pratikkuikel\Panini\PaniniServiceProvider;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit 8d4fbc4

Please sign in to comment.