Skip to content

Commit

Permalink
removed duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Aug 30, 2018
1 parent 3589a0b commit a83f89a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Requests/Income/InvoiceItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function rules()
'name' => 'required|string',
'quantity' => 'required|integer',
'price' => 'required',
'price' => 'required',
'total' => 'required',
'tax' => 'required',
'tax_id' => 'required',
Expand Down

0 comments on commit a83f89a

Please sign in to comment.