Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
claudemyburgh authored and github-actions[bot] committed Dec 21, 2024
1 parent b6a2e69 commit b948d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SeoServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Designbycode\Seo;

use Designbycode\Seo\Commands\SeoCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Designbycode\Seo\Commands\SeoCommand;

class SeoServiceProvider 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 @@ -2,9 +2,9 @@

namespace Designbycode\Seo\Tests;

use Designbycode\Seo\SeoServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;
use Designbycode\Seo\SeoServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit b948d5b

Please sign in to comment.