update propel schema fixing some typos

This commit is contained in:
Manuel Raynaud
2013-03-27 15:48:18 +01:00
parent 8433c5d555
commit 2154bbc1ed
88 changed files with 113 additions and 62711 deletions

View File

@@ -18,4 +18,10 @@ use Thelia\Model\om\BaseModuleQuery;
*/
class ModuleQuery extends BaseModuleQuery
{
public static function getActivated()
{
return self::create()
->findByActivate(1)
->find();
}
}