Skip to content

Commit 53022fa

Browse files
committed
fix:lint issue fixed
1 parent 6bf2933 commit 53022fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Blog/UseCases/UpdateCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public function execute(Category $category, array $data): Category
2121
throw new CategoryCreationException('Failed to update category: ' . $e->getMessage());
2222
}
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)