fixed autofetch, fixed ads

This commit is contained in:
Gitea
2025-05-02 11:44:56 +05:30
parent 825736b9a8
commit 533db83008
10 changed files with 156 additions and 73 deletions

View File

@@ -28,4 +28,6 @@ Schedule::call(function () {
\App\Models\Log::deleteLogsFromDB();
})->everyThreeHours();
Schedule::call(function () {
Email::cleanMailbox();
});