Skip to content

Commit

Permalink
[TASK] Use createSchemaManager instead of deprecated getSchemaManager
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi authored and albig committed Apr 23, 2024
1 parent 48d8acc commit dbaf5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/PluginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ private function extractGroup($record_ids)
$tc = $tables[$table] ?? [];
$connection = $this->connectionPool
->getConnectionForTable($table)
->getSchemaManager()
->createSchemaManager()
->tablesExist([$table]);

// table seems not available --> break to avoid exceptions
Expand Down

0 comments on commit dbaf5aa

Please sign in to comment.