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

Commit

Permalink
#2 rename project project_manager fillable
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisleker committed Dec 20, 2019
1 parent 8453859 commit 2a620ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Valsplat/Simplicate/Actions/Listable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ public function list($params = [])
return $this->collectionFromResult($result);
}


/**
* @return mixed
*/
public function listAll($params = [])
{
$params['metadata'] = 'offset,count';
Expand Down
2 changes: 1 addition & 1 deletion src/Valsplat/Simplicate/Entities/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Project extends Entity

protected $fillable = [
'id',
'project_manager',
'project_manager_id',
'project_status',
'hours_rate_type',
'abnormal_address',
Expand Down

0 comments on commit 2a620ac

Please sign in to comment.