public function dropConstraint(Constraint $constraint, $table) { $this->manager->dropConstraint($constraint, $this->replacePrefix($table)); }