fixing reviews sample
This commit is contained in:
@@ -10,7 +10,7 @@ service ReviewsService {
|
||||
annotate Reviews with {
|
||||
subject @mandatory;
|
||||
title @mandatory;
|
||||
rating @mandatory @assert.enum;
|
||||
rating @assert.enum;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user