202508061745
正規化使用表有問題
This commit is contained in:
parent
efa41bb584
commit
5fed5bef3b
@ -74,7 +74,7 @@ class SongForm extends Component
|
||||
'selectedArtists' => 'required|array',
|
||||
'selectedArtists.*' => 'integer|exists:artists,id',
|
||||
'selectedCategories' => 'nullable|array',
|
||||
'selectedCategories.*'=> 'integer|exists:categories,id',
|
||||
'selectedCategories.*'=> 'integer|exists:song_categories,id',
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user