mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
modify method
This commit is contained in:
parent
2e3b89288d
commit
fda7c693a3
@ -37,7 +37,7 @@ final class Service
|
|||||||
*/
|
*/
|
||||||
public function fetchInvoices(int $max = 100): Collection
|
public function fetchInvoices(int $max = 100): Collection
|
||||||
{
|
{
|
||||||
return $this->transformer->transform($this->fetchRecords( 'Invoice', $max), 'Invoice');
|
return $this->fetchRecords('Invoice', $max) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user