diff --git a/src/Schema/Blueprint/InlinesIndexes.php b/src/Schema/Blueprint/InlinesIndexes.php index f50f5a8..53ef114 100644 --- a/src/Schema/Blueprint/InlinesIndexes.php +++ b/src/Schema/Blueprint/InlinesIndexes.php @@ -2,6 +2,7 @@ namespace SingleStore\Laravel\Schema\Blueprint; +use Illuminate\Database\Connection; use Illuminate\Database\Schema\Grammars\Grammar; use Illuminate\Support\Arr; use SingleStore\Laravel\Schema\Blueprint as SingleStoreBlueprint;