Merge branch 'master' into adding-suppliers

This commit is contained in:
Daniel
2021-03-27 19:25:27 +01:00
15 changed files with 215 additions and 221 deletions

View File

@@ -17,7 +17,7 @@ service ReviewsService {
annotate Reviews with {
subject @mandatory;
title @mandatory;
rating @assert.enum;
rating @assert.range;
}
}