feat: translations
This commit is contained in:
@@ -36,7 +36,7 @@ class PostReviewsController extends Controller
|
||||
->where('user_id', $userId)
|
||||
->exists(),
|
||||
409,
|
||||
'Vous avez déjà donné un avis pour ce repas.'
|
||||
__('api.post_reviews.already_exists')
|
||||
);
|
||||
|
||||
$postReview = PostReviews::create([
|
||||
|
||||
Reference in New Issue
Block a user