mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Allow manager to be null for dept
This commit is contained in:
parent
96e8109d01
commit
e0d2cbef20
|
@ -28,6 +28,7 @@ class Department extends SnipeModel
|
|||
'user_id' => 'required',
|
||||
'location_id' => 'numeric|nullable',
|
||||
'company_id' => 'numeric|nullable',
|
||||
'manager_id' => 'numeric|nullable',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue