diff --git a/src/OscarAFDev/MigrationsGenerator/MigrateGenerateCommand.php b/src/OscarAFDev/MigrationsGenerator/MigrateGenerateCommand.php index 13e7d95..81381a6 100644 --- a/src/OscarAFDev/MigrationsGenerator/MigrateGenerateCommand.php +++ b/src/OscarAFDev/MigrationsGenerator/MigrateGenerateCommand.php @@ -14,6 +14,7 @@ use OscarAFDev\MigrationsGenerator\Syntax\DroppedTable; use OscarAFDev\MigrationsGenerator\Syntax\AddForeignKeysToTable; use OscarAFDev\MigrationsGenerator\Syntax\RemoveForeignKeysFromTable; +use Illuminate\Support\Str; use Illuminate\Contracts\Config\Repository as Config;