Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
fix some more fillables
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisleker committed Dec 18, 2019
1 parent ede831c commit c667b5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Valsplat/Simplicate/Entities/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Organization extends Entity
'bank_account',
'bank_bic',
'relation_number'

];

protected $endpoint = 'crm/organization/';
Expand Down
3 changes: 0 additions & 3 deletions src/Valsplat/Simplicate/Entities/Sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ class Sales extends Entity
use Actions\Deletable;

protected $fillable = [
'id',
'responsible_employee',
'person',
'organization',
'progress',
'source',
'status',
Expand Down

0 comments on commit c667b5a

Please sign in to comment.