Add image resources
This commit is contained in:
parent
e56846131f
commit
511ba0ee36
|
|
@ -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 |
Loading…
Reference in New Issue