diff --git a/database/migrations/2024_07_13_090447_create_fathers_table.php b/database/migrations/2024_07_13_090447_create_fathers_table.php index 80cb3fd..64b6e3f 100644 --- a/database/migrations/2024_07_13_090447_create_fathers_table.php +++ b/database/migrations/2024_07_13_090447_create_fathers_table.php @@ -23,4 +23,4 @@ public function down(): void { Schema::dropIfExists('parent_test_models'); } -}; +} diff --git a/database/migrations/2024_07_13_093048_create_mothers_table.php b/database/migrations/2024_07_13_093048_create_mothers_table.php index 1e6ee93..8d4ba81 100644 --- a/database/migrations/2024_07_13_093048_create_mothers_table.php +++ b/database/migrations/2024_07_13_093048_create_mothers_table.php @@ -37,4 +37,4 @@ public function down(): void { Schema::dropIfExists('another_parent_test_models'); } -}; +} diff --git a/database/migrations/2024_07_13_100247_create_sons_table.php b/database/migrations/2024_07_13_100247_create_sons_table.php index f694057..eedd167 100644 --- a/database/migrations/2024_07_13_100247_create_sons_table.php +++ b/database/migrations/2024_07_13_100247_create_sons_table.php @@ -42,4 +42,4 @@ public function down(): void { Schema::dropIfExists('sons'); } -}; +}