no message

This commit is contained in:
hellcat 2026-05-08 16:40:06 +08:00
parent 01f5202b20
commit 71a710f0cc

View File

@ -921,8 +921,8 @@ final class Cron
DB::commit();
} catch (Exception|ClientExceptionInterface $e) {
DB::rollBack();
echo $e->getMessage();
DB::rollBack();
}
}