fix typo and remove url generation in postInsert model

This commit is contained in:
Manuel Raynaud
2013-09-17 20:29:09 +02:00
parent f068539e79
commit e4b36098c7
8 changed files with 14 additions and 14 deletions

View File

@@ -70,9 +70,4 @@ class Folder extends BaseFolder
return true;
}
public function postInsert(ConnectionInterface $con = null)
{
//$this->generateRewrittenUrl($this->getLocale());
}
}