Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdotvin authored and github-actions[bot] committed Apr 7, 2023
1 parent b1ecf10 commit 25d327c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Mocks/Database/Factories/UserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests\Mocks\Database\Factories;

use Tests\Mocks\Models\User;
use Orchestra\Testbench\Factories\UserFactory as OrchestraUserFactory;
use Tests\Mocks\Models\User;

class UserFactory extends OrchestraUserFactory
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Models/Concerns/HasSubscriptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
use LucasDotVin\Soulbscription\Models\Plan;
use LucasDotVin\Soulbscription\Models\Subscription;
use LucasDotVin\Soulbscription\Models\SubscriptionRenewal;
use Tests\Mocks\Models\User;
use Tests\TestCase;
use OutOfBoundsException;
use OverflowException;
use Tests\Mocks\Models\User;
use Tests\TestCase;

class HasSubscriptionsTest extends TestCase
{
Expand Down

0 comments on commit 25d327c

Please sign in to comment.