Skip to content

Commit c8fdfde

Browse files
authored
Merge pull request #5198 from Roardom/migration-stub-blueprint
(Update) Add extra import to migration stub
2 parents 5e2a17d + 787897a commit c8fdfde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/migration.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
use Illuminate\Database\Migrations\Migration;
15+
use Illuminate\Database\Schema\Blueprint;
1516
use Illuminate\Support\Facades\Schema;
1617

1718
return new class () extends Migration {

0 commit comments

Comments
 (0)