DONE: fix bug where register attendance is not appear
This commit is contained in:
@@ -53,7 +53,7 @@ class AddController extends Controller
|
||||
'unit' => 'required',
|
||||
'position_id' => 'required|exists:position,id',
|
||||
'partylist_id' => 'nullable|exists:partylist,id',
|
||||
'photo' => 'nullable|image',
|
||||
'photo' => 'nullable',
|
||||
'umur' => 'nullable|integer|min:1|max:120',
|
||||
'jawatan_sekarang' => 'nullable|string|max:255',
|
||||
'experience' => 'nullable|string',
|
||||
|
||||
Reference in New Issue
Block a user