Merge "Don't write native rendering to database"

This commit is contained in:
jenkins-bot 2023-10-23 18:20:44 +00:00 committed by Gerrit Code Review
commit f8d44c1caf

View file

@ -65,4 +65,11 @@ class MathNativeMML extends MathMathML {
return $this->getMathml();
}
public function readFromDatabase() {
return false;
}
public function writeCache() {
return true;
}
}