Skip to content

Commit a14a893

Browse files
committed
added object name to bank class
1 parent ab37dd4 commit a14a893

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Bank.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
class Bank extends ApiResource
66
{
7+
const OBJECT_NAME = 'bank';
8+
79
use ApiOperations\All;
810

911
/**

0 commit comments

Comments
 (0)