Skip to content

Commit

Permalink
Rename method.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 31, 2019
1 parent 067361e commit 9cc7b23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,8 @@ final public function massPayment(): Contracts\MassPayment
* Get payout instruction collection resource.
*
* @return \BIllplz\Contracts\Collection\Payout
*
* @deprecated v3.2.0
*/
final public function massPaymentCollection(): Contracts\Collection\Payout
final public function payoutCollection(): Contracts\Collection\Payout
{
return $this->uses('Collection.Payout', 'v4');
}
Expand Down

0 comments on commit 9cc7b23

Please sign in to comment.