feat: translation codes
This commit is contained in:
@@ -46,7 +46,7 @@ class PostReviewsController extends Controller
|
||||
->where('user_id', $userId)
|
||||
->exists(),
|
||||
409,
|
||||
__('api.post_reviews.already_exists')
|
||||
'MEAL_REVIEW_ALREADY_EXISTS'
|
||||
);
|
||||
|
||||
$postReview = PostReviews::create([
|
||||
|
||||
Reference in New Issue
Block a user