mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
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');
|
||||
|
||||
|
BIN
public/images/btn_facebook_signin.png
Normal file
BIN
public/images/btn_facebook_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
public/images/btn_github_signin.png
Normal file
BIN
public/images/btn_github_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
public/images/btn_google_signin_dark_normal_web@2x.png
Normal file
BIN
public/images/btn_google_signin_dark_normal_web@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
public/images/btn_linkedin_signin.png
Normal file
BIN
public/images/btn_linkedin_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user