From ae5a9f4deed37de710ab17df669608d3d64f8e41 Mon Sep 17 00:00:00 2001 From: Jacques Date: Tue, 16 Aug 2022 12:41:31 +0200 Subject: [PATCH] Add missing semicolons to stubs --- src/stubs/migration.stub | 2 +- src/stubs/pivot.stub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stubs/migration.stub b/src/stubs/migration.stub index df88486..61d5e88 100644 --- a/src/stubs/migration.stub +++ b/src/stubs/migration.stub @@ -24,4 +24,4 @@ class {{class}} extends Migration { {{schema_down}} } -} +}; diff --git a/src/stubs/pivot.stub b/src/stubs/pivot.stub index 11966e5..99b23f6 100644 --- a/src/stubs/pivot.stub +++ b/src/stubs/pivot.stub @@ -30,4 +30,4 @@ class {{class}} extends Migration { Schema::dropIfExists('{{pivotTableName}}'); } -} +};