mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
get rid of dd
This commit is contained in:
parent
dec4691c73
commit
70e5e0f9df
|
@ -31,7 +31,6 @@ class SaveUserRequest extends FormRequest
|
|||
*/
|
||||
public function rules()
|
||||
{
|
||||
//dd($this->user);
|
||||
$rules = [
|
||||
'department_id' => 'nullable|exists:departments,id',
|
||||
'manager_id' => 'nullable|exists:users,id',
|
||||
|
|
Loading…
Reference in a new issue