boboko lulnar

This commit is contained in:
2026-04-20 21:07:35 +03:00
parent 57b0727788
commit 4a7eb217a1
32 changed files with 1350 additions and 858 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use stdClass;
class RevisionRepo
{
private string $table = "revisions";
private string $table = "lucent_revisions";
public function create(Revision $revision): string
{