update files

This commit is contained in:
Cüneyt Şentürk
2018-01-09 01:10:43 +03:00
parent 5788233c2e
commit edc464e947
11 changed files with 49 additions and 13 deletions

View File

@ -20,7 +20,7 @@ class InvoicePayment extends Model
*
* @var array
*/
protected $fillable = ['company_id', 'invoice_id', 'account_id', 'paid_at', 'amount', 'currency_code', 'currency_rate', 'description', 'payment_method', 'reference', 'attachment'];
protected $fillable = ['company_id', 'invoice_id', 'account_id', 'paid_at', 'amount', 'currency_code', 'currency_rate', 'description', 'payment_method', 'reference'];
public function account()
{