Skip to content

Commit

Permalink
Solve listTableColumn deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 21, 2023
1 parent 96d5a70 commit e438ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ protected function doListTableDetails($name): Table

return new Table(
$name,
$this->listTableColumns($name, $database),
$this->listTableColumns($name),
$this->listTableIndexes($name),
[],
$foreignKeys,
Expand Down

0 comments on commit e438ba7

Please sign in to comment.