*/ class RewritingUrlOverride extends RewritingUrl { /** * disable the Thelia behavior * * @param ConnectionInterface $con */ public function postInsert(ConnectionInterface $con = null) { } }