diff --git a/src/View/Cell/TablesListCell.php b/src/View/Cell/TablesListCell.php index 0dbc1085..1d9a485f 100644 --- a/src/View/Cell/TablesListCell.php +++ b/src/View/Cell/TablesListCell.php @@ -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);