Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli authored and github-actions[bot] committed Oct 23, 2024
1 parent 9c29f19 commit be69e2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function up(): void
* Reverse the migrations.
*/
public function down(): void

{
Schema::dropIfExists('categories');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function up(): void
* Reverse the migrations.
*/
public function down(): void

{
Schema::dropIfExists('categorizables');
}
Expand Down

0 comments on commit be69e2f

Please sign in to comment.