Skip to content

Commit

Permalink
Update Transaction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stephangroen authored Sep 22, 2017
1 parent 4709a31 commit 21fd200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Picqer/Financials/Exact/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Transaction extends Model
use Query\Findable;
use Persistance\Storable;

protected $primaryKey = EntryID;
protected $primaryKey = 'EntryID';

protected $fillable = [
'EntryID',
Expand Down

0 comments on commit 21fd200

Please sign in to comment.