From 6207aa87abcb055513707ffe4f15ee5af8c7e23f Mon Sep 17 00:00:00 2001 From: WatheqAlshowaiter Date: Thu, 18 Jul 2024 12:36:20 +0000 Subject: [PATCH] Fix styling --- database/migrations/2024_07_13_090447_create_fathers_table.php | 2 +- database/migrations/2024_07_13_093048_create_mothers_table.php | 2 +- database/migrations/2024_07_13_100247_create_sons_table.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'); } -}; +}