From 2f5de4d5afbde59b0289694e4f63899b3bf02bde Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Sun, 7 Aug 2022 19:08:10 +0100 Subject: [PATCH] Add `Schema` import to the migration stub (#153) --- database/migrations/create_webhook_calls_table.php.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/database/migrations/create_webhook_calls_table.php.stub b/database/migrations/create_webhook_calls_table.php.stub index 51a69fb..5f8769f 100644 --- a/database/migrations/create_webhook_calls_table.php.stub +++ b/database/migrations/create_webhook_calls_table.php.stub @@ -2,6 +2,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; +use Illuminate\Support\Facades\Schema; return new class extends Migration {