Skip to content

Commit

Permalink
Fix last execution table name to match the name after migration (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamadrid-jsmdg authored Feb 3, 2022
1 parent 533d92c commit 4d17353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processing/ExecutionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class ExecutionService
{
const EXECUTION_STORAGE_TABLE_NAME = 'bundle_data_hub_data_importer_last_cron_execution';
const EXECUTION_STORAGE_TABLE_NAME = 'bundle_data_hub_data_importer_last_execution';

/**
* @return Db\Connection|Db\ConnectionInterface
Expand Down

0 comments on commit 4d17353

Please sign in to comment.