Added ads, adblocker, fixed scrollbar, fixed route and asset links of blog
This commit is contained in:
@@ -22,4 +22,10 @@ Schedule::call(function () {
|
||||
|
||||
Schedule::call(function () {
|
||||
Email::deleteMessagesFromDB();
|
||||
})->everyMinute();
|
||||
})->everyTwoHours();
|
||||
|
||||
Schedule::call(function () {
|
||||
\App\Models\Log::deleteLogsFromDB();
|
||||
})->everyThreeHours();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user