Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
lukas-frey authored and github-actions[bot] committed Jan 21, 2025
1 parent 442ccf3 commit b29ffd8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NotificationPresetsForLaravelServiceProvider.php
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

namespace Guava\NotificationPresetsForLaravel;

use Guava\NotificationPresetsForLaravel\Commands\NotificationPresetsForLaravelCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Guava\NotificationPresetsForLaravel\Commands\NotificationPresetsForLaravelCommand;

class NotificationPresetsForLaravelServiceProvider extends PackageServiceProvider
{
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

namespace Guava\NotificationPresetsForLaravel\Tests;

use Guava\NotificationPresetsForLaravel\NotificationPresetsForLaravelServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;
use Guava\NotificationPresetsForLaravel\NotificationPresetsForLaravelServiceProvider;

class TestCase extends Orchestra
{

0 comments on commit b29ffd8

Please sign in to comment.