Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jul 23, 2024
1 parent 4961ec2 commit 3e582e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Classes/KeyGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use AshAllenDesign\ShortURL\Interfaces\UrlKeyGenerator;
use AshAllenDesign\ShortURL\Models\ShortURL;
use Hashids\Hashids;
use Illuminate\Support\Str;

class KeyGenerator implements UrlKeyGenerator
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Classes/KeyGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace AshAllenDesign\ShortURL\Tests\Unit\Classes;

use AshAllenDesign\ShortURL\Classes\KeyGenerator;
use AshAllenDesign\ShortURL\Models\ShortURL;
use AshAllenDesign\ShortURL\Tests\Unit\TestCase;
use AshAllenDesign\ShortURL\Classes\KeyGenerator;
use PHPUnit\Framework\Attributes\Test;

final class KeyGeneratorTest extends TestCase
Expand Down

0 comments on commit 3e582e4

Please sign in to comment.