lecturer description added

This commit is contained in:
Benjamin Takats
2022-12-02 22:57:22 +01:00
parent e362cf6f18
commit 3749c3653b
8 changed files with 292 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
use Laravel\Nova\Trix\PruneStaleAttachments;
class Kernel extends ConsoleKernel
{
@@ -15,7 +16,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')->hourly();
$schedule->call(new PruneStaleAttachments)->daily();
}
/**