This commit is contained in:
pandeptwidyaop
2024-08-15 19:28:53 +08:00
parent b6399b405e
commit bf97b6c542
12 changed files with 221 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ class Register
public function init(): array
{
return [
new Generate("generate")
new Generate("generate:ebook")
];
}
}