Skip to content

Commit 5a83fb2

Browse files
Remove unused import
1 parent cc40dd9 commit 5a83fb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Providers/FileMakerConnectionServiceProvider.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
namespace GearboxSolutions\EloquentFileMaker\Providers;
44

5-
use GearboxSolutions\EloquentFileMaker\Middleware\EndSession;
65
use GearboxSolutions\EloquentFileMaker\Commands\FMModelMakeCommand;
6+
use GearboxSolutions\EloquentFileMaker\Middleware\EndSession;
77
use GearboxSolutions\EloquentFileMaker\Services\FileMakerConnection;
88
use Illuminate\Contracts\Http\Kernel;
9-
use Illuminate\Foundation\Console\ModelMakeCommand as LaravelModelMakeCommand;
109
use Illuminate\Support\ServiceProvider;
1110

1211
class FileMakerConnectionServiceProvider extends ServiceProvider

0 commit comments

Comments
 (0)