Skip to content

Commit

Permalink
Add Schema import to the migration stub (#153)
Browse files Browse the repository at this point in the history
osbre authored Aug 7, 2022
1 parent 061aec0 commit 2f5de4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/create_webhook_calls_table.php.stub
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{

0 comments on commit 2f5de4d

Please sign in to comment.