Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 591 forks source link

missing 'use' operator for Schema #171

Open FabrizioReitano opened 5 years ago

FabrizioReitano commented 5 years ago

The following line

use Illuminate\Support\Facades\Schema;

is missing on top of the migration file generated.