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.
2 parents 747be53 + 7dd597f commit b73e4ceCopy full SHA for b73e4ce
app/Console/Kernel.php
@@ -20,7 +20,6 @@ class Kernel extends ConsoleKernel
20
21
protected function schedule(Schedule $schedule): void
22
{
23
- $schedule->command('media-library:delete-old-temporary-uploads')->daily();
24
$schedule->command('lcm:delete-old-unverified-users')->daily();
25
26
if (app()->environment('production')) {
0 commit comments