1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

Add image resources

This commit is contained in:
David Bomba 2021-07-03 08:55:11 +10:00
parent e56846131f
commit 511ba0ee36
5 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class SyncAccounts extends Command
$a = Company::whereIn('plan', ['pro', 'enterprise'])
->with('accounts')
->chunk(100)->each(function ($company) use ($data){
->cursor()->each(function ($company) use ($data){
$accounts = $company->accounts->pluck('account_key');

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB