Commit b7e368a4 authored by Jonathan.Wage's avatar Jonathan.Wage

Formatting fix.

parent ad55d163
...@@ -192,8 +192,8 @@ class Doctrine_Import extends Doctrine_Connection_Module ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment