Skip to content

Commit

Permalink
Update Payment.php
Browse files Browse the repository at this point in the history
Removed Fillable
  • Loading branch information
LasseRafn authored Dec 4, 2017
1 parent 84d14d1 commit ba113ad
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Models/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ class Payment extends Model
{
protected $entity = 'payments';
protected $primaryKey = 'Guid';
protected $fillable = [
'Guid',
'DepositAccountNumber',
'ExternalReference',
'PaymentDate',
'Description',
'Amount',
'AmountInForeignCurrency'
];

public $Guid;
public $DepositAccountNumber;
Expand All @@ -23,4 +14,4 @@ class Payment extends Model
public $Description;
public $Amount;
public $AmountInForeignCurrency;
}
}

0 comments on commit ba113ad

Please sign in to comment.