Get contact details from request's old input
This commit is contained in:
parent
4fcf6affc9
commit
007eec6672
@ -390,6 +390,10 @@ abstract class DocumentForm extends Base
|
||||
$contact = $document->contact;
|
||||
}
|
||||
|
||||
if (request()->old('contact', false)) {
|
||||
$contact = request()->old('contact');
|
||||
}
|
||||
|
||||
return $contact;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user