mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01: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
|
||||
{
|
||||
return $this->transformer->transform($this->fetchRecords( 'Invoice', $max), 'Invoice');
|
||||
return $this->fetchRecords('Invoice', $max) ;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user