Allow manager to be null for dept

This commit is contained in:
snipe 2017-05-23 02:49:00 -07:00
parent 96e8109d01
commit e0d2cbef20

View file

@ -28,6 +28,7 @@ class Department extends SnipeModel
'user_id' => 'required',
'location_id' => 'numeric|nullable',
'company_id' => 'numeric|nullable',
'manager_id' => 'numeric|nullable',
];
/**