Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
likeadeckofcards committed Aug 23, 2024
1 parent cc40dd9 commit 5a83fb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Providers/FileMakerConnectionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

namespace GearboxSolutions\EloquentFileMaker\Providers;

use GearboxSolutions\EloquentFileMaker\Middleware\EndSession;
use GearboxSolutions\EloquentFileMaker\Commands\FMModelMakeCommand;
use GearboxSolutions\EloquentFileMaker\Middleware\EndSession;
use GearboxSolutions\EloquentFileMaker\Services\FileMakerConnection;
use Illuminate\Contracts\Http\Kernel;
use Illuminate\Foundation\Console\ModelMakeCommand as LaravelModelMakeCommand;
use Illuminate\Support\ServiceProvider;

class FileMakerConnectionServiceProvider extends ServiceProvider
Expand Down

0 comments on commit 5a83fb2

Please sign in to comment.