environment require disable mysql extension

This commit is contained in:
xiaomlove
2025-05-11 21:21:29 +07:00
parent de07fc932c
commit 9a864b817a
11 changed files with 110 additions and 96 deletions
+1 -2
View File
@@ -56,8 +56,7 @@ class Test extends Command
*/
public function handle()
{
$rep = new SeedBoxRepository();
$rep->updateCacheCronjob();
Language::updateTransStatus();
}
}