Suppressed php undefined variable notice adding initialization code to Doctrine\ORM\Mapping\Driver\DatabaseDriver.php
This commit is contained in:
parent
fff0204e6d
commit
c05fffcc93
@ -110,6 +110,8 @@ class DatabaseDriver implements Driver
|
||||
return;
|
||||
}
|
||||
|
||||
$tables = array();
|
||||
|
||||
foreach ($this->_sm->listTableNames() as $tableName) {
|
||||
$tables[$tableName] = $this->_sm->listTableDetails($tableName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user