comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); Schedule::command('tenantpilot:schedules:dispatch')->everyMinute(); Schedule::command('tenantpilot:directory-groups:dispatch')->everyMinute(); Schedule::job(new PruneOldOperationRunsJob) ->daily() ->name(PruneOldOperationRunsJob::class) ->withoutOverlapping();