Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
emreakay committed Oct 11, 2023
2 parents 5cbb79b + 5acb13e commit 25ed3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ConnectiveServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace AuroraWebSoftware\Connective;

use AuroraWebSoftware\Connective\Commands\ConnectiveCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use AuroraWebSoftware\Connective\Commands\ConnectiveCommand;

class ConnectiveServiceProvider 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 AuroraWebSoftware\Connective\Tests;

use AuroraWebSoftware\Connective\ConnectiveServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;
use AuroraWebSoftware\Connective\ConnectiveServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit 25ed3e8

Please sign in to comment.