mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typo in listSources
This commit is contained in:
parent
ab9c8904ad
commit
c1ca039582
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class DboPostgres extends DboSource {
|
|||
$tables = array();
|
||||
|
||||
foreach ($result as $item) {
|
||||
$tables[] = $item->Name;
|
||||
$tables[] = $item->name;
|
||||
}
|
||||
|
||||
parent::listSources($tables);
|
||||
|
|
Loading…
Reference in a new issue