fix handle sync using button

This commit is contained in:
arifal
2025-03-18 08:10:06 +07:00
parent 5e139bc29c
commit e940b8d6c7
4 changed files with 61 additions and 20 deletions

View File

@@ -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