Skip to content

Commit e489863

Browse files
committed
⚰️ retrait de la commande pour suprimer les medias
1 parent eb3efa1 commit e489863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
2424
*/
2525
protected function schedule(Schedule $schedule)
2626
{
27-
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
27+
// $schedule->command('media-library:delete-old-temporary-uploads')->daily();
2828
$schedule->command('lcm:delete-old-unverified-users')->daily();
2929
$schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
3030
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();

0 commit comments

Comments
 (0)