Skip to content

Commit b00c7c6

Browse files
authored
fix(migrations): #831 add schema namespace in migration (#855)
1 parent 6e2155c commit b00c7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/migration.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
use Illuminate\Database\Migrations\Migration;
44
use Illuminate\Database\Schema\Blueprint;
5+
use Illuminate\Support\Facades\Schema;
56

67
class Create$TABLE_NAME_TITLE$Table extends Migration
78
{

0 commit comments

Comments
 (0)