Skip to content

Commit

Permalink
add comment on interface
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsugiarto committed Sep 10, 2020
1 parent ddcb4ef commit 2fed28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Contracts/RepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function createBatch(array $attributes);
public function update(array $values, $id);

/**
* Update a batch record.
*
* @param array $attributes
* @param string $id
* @return mixed
Expand Down

0 comments on commit 2fed28d

Please sign in to comment.