Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jul 27, 2024
1 parent f6097ae commit 99f624b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Testing/TestingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace VendorName\PackageName\Testing;

use MoonShine\Laravel\DependencyInjection\MoonShineConfigurator;
use MoonShine\Laravel\Providers\MoonShineApplicationServiceProvider;
use MoonShine\Laravel\Resources\MoonShineUserResource;
use MoonShine\Laravel\Resources\MoonShineUserRoleResource;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace VendorName\PackageName\Tests\Feature;

use VendorName\PackageName\Tests\TestCase;
use PHPUnit\Framework\Attributes\Test;
use VendorName\PackageName\Tests\TestCase;

final class ExampleTest extends TestCase
{
Expand Down

0 comments on commit 99f624b

Please sign in to comment.