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

Made dummy data function return it.

parent 2fe7b95f
...@@ -228,7 +228,7 @@ class Doctrine_Data ...@@ -228,7 +228,7 @@ class Doctrine_Data
$import = new Doctrine_Data_Import(); $import = new Doctrine_Data_Import();
$import->setModels($models); $import->setModels($models);
$import->doImportDummyData($num); return $import->doImportDummyData($num);
} }
/** /**
* isRelation * isRelation
......
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