We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3efa1 commit e489863Copy full SHA for e489863
app/Console/Kernel.php
@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
24
*/
25
protected function schedule(Schedule $schedule)
26
{
27
- $schedule->command('media-library:delete-old-temporary-uploads')->daily();
+ // $schedule->command('media-library:delete-old-temporary-uploads')->daily();
28
$schedule->command('lcm:delete-old-unverified-users')->daily();
29
$schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
30
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
0 commit comments