Skip to content

Commit

Permalink
Update deprecated method usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Apr 26, 2018
1 parent 88f5a60 commit ea888d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Cell/TablesListCell.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function display($tables = null, $blacklist = null)
{
if (empty($tables)) {
$connection = ConnectionManager::get('default');
$schema = $connection->schemaCollection();
$schema = $connection->getSchemaCollection();
$tables = $schema->listTables();
ksort($tables);

Expand Down

0 comments on commit ea888d4

Please sign in to comment.