Formatting fix.
This commit is contained in:
parent
ad55d16395
commit
b7e368a4df
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ class Doctrine_Import extends Doctrine_Connection_Module
|
||||||
foreach ($this->listTables() as $table) {
|
foreach ($this->listTables() as $table) {
|
||||||
$builder->buildRecord(array('tableName' => $table,
|
$builder->buildRecord(array('tableName' => $table,
|
||||||
'className' => Doctrine::classify($table)),
|
'className' => Doctrine::classify($table)),
|
||||||
$this->listTableColumns($table),
|
$this->listTableColumns($table),
|
||||||
array());
|
array());
|
||||||
|
|
||||||
$classes[] = Doctrine::classify($table);
|
$classes[] = Doctrine::classify($table);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue