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
foreach ($this->listTables() as $table) {
$builder->buildRecord(array('tableName' => $table,
'className' => Doctrine::classify($table)),
$this->listTableColumns($table),
array());
$this->listTableColumns($table),
array());
$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