mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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',
|
'user_id' => 'required',
|
||||||
'location_id' => 'numeric|nullable',
|
'location_id' => 'numeric|nullable',
|
||||||
'company_id' => 'numeric|nullable',
|
'company_id' => 'numeric|nullable',
|
||||||
|
'manager_id' => 'numeric|nullable',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue