removed default value
This commit is contained in:
parent
b9e6128da4
commit
c7cc747046
@ -38,7 +38,7 @@ class Invoice extends FormRequest
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get company id
|
// Get company id
|
||||||
$company_id = $this->request->get('company_id', 1);
|
$company_id = $this->request->get('company_id');
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'invoice_number' => 'required|string|unique:invoices,NULL,' . $id . ',id,company_id,' . $company_id . ',deleted_at,NULL',
|
'invoice_number' => 'required|string|unique:invoices,NULL,' . $id . ',id,company_id,' . $company_id . ',deleted_at,NULL',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user