Skip to content

Commit 7dd597f

Browse files
authored
🔥 Remove media library schedule command (#109)
1 parent d3671e3 commit 7dd597f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Kernel extends ConsoleKernel
2020

2121
protected function schedule(Schedule $schedule): void
2222
{
23-
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
2423
$schedule->command('lcm:delete-old-unverified-users')->daily();
2524

2625
if (app()->environment('production')) {

0 commit comments

Comments
 (0)