Skip to content

Commit b6e3bab

Browse files
committedJul 25, 2024·
fix: stub imports
1 parent d5fe89e commit b6e3bab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎database/migrations/optimize_database_settings.php.stub

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22

33
use Illuminate\Database\Migrations\Migration;
4-
use Illuminate\Database\Schema\Blueprint;
5-
use Illuminate\Support\Facades\Schema;
4+
use Illuminate\Support\Facades\DB;
65

76
return new class extends Migration
87
{

0 commit comments

Comments
 (0)
Please sign in to comment.