migrations-generator
migrations-generator copied to clipboard
missing 'use' operator for Schema
The following line
use Illuminate\Support\Facades\Schema;
is missing on top of the migration file generated.