fix handle sync using button
This commit is contained in:
@@ -57,7 +57,7 @@ class ScrapingData extends Command
|
||||
]);
|
||||
|
||||
// Run the service
|
||||
$service_google_sheet = new ServiceGoogleSheet($import_datasource->id);
|
||||
$service_google_sheet = new ServiceGoogleSheet();
|
||||
$service_google_sheet->run_service();
|
||||
|
||||
// Run the ServicePbgTask with injected Guzzle Client
|
||||
|
||||
Reference in New Issue
Block a user