We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f9040 commit 2e76feaCopy full SHA for 2e76fea
src/Console/ImportCommand.php
@@ -57,7 +57,7 @@ public function handle(Dispatcher $events)
57
$query = '*';
58
}
59
60
- $indexer->query("SELECT $query FROM {$model->getTable()};");
+ $indexer->query("SELECT $query FROM {$tableName};");
61
62
$indexer->run();
63
$this->info('All ['.$class.'] records have been imported.');
0 commit comments