Skip to content

Commit ca242a9

Browse files
committed
fix(migrations): #831 add schema namespace in migration (#855)
1 parent 25a8794 commit ca242a9

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)