Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter authored and github-actions[bot] committed Jul 18, 2024
1 parent 73bd22b commit 6207aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public function down(): void
{
Schema::dropIfExists('parent_test_models');
}
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function down(): void
{
Schema::dropIfExists('another_parent_test_models');
}
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public function down(): void
{
Schema::dropIfExists('sons');
}
};
}

0 comments on commit 6207aa8

Please sign in to comment.