feat: implement multi-branch biometric IP configuration and auto-sync
This commit is contained in:
@@ -66,6 +66,7 @@ class BranchController extends Controller
|
||||
'zip_code' => 'nullable|string|max:20',
|
||||
'phone' => 'nullable|string|max:20',
|
||||
'email' => 'nullable|email|max:255',
|
||||
'zkteco_ip' => 'nullable|string|max:255',
|
||||
'status' => 'nullable|in:active,inactive',
|
||||
]);
|
||||
|
||||
@@ -111,6 +112,7 @@ class BranchController extends Controller
|
||||
'zip_code' => 'nullable|string|max:20',
|
||||
'phone' => 'nullable|string|max:20',
|
||||
'email' => 'nullable|email|max:255',
|
||||
'zkteco_ip' => 'nullable|string|max:255',
|
||||
'status' => 'nullable|in:active,inactive',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user