fix: fix BD exception in Event.php

This commit is contained in:
Mathieu Lagace
2021-09-27 09:30:52 -04:00
parent 1bec8805a7
commit 527155786a
3 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{
// $schedule->command('inspire')
// ->hourly();
$schedule->command('telescope:prune')->weekly();
}
/**