comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); Schedule::command('invitations:expire')->daily(); // Telescope retention — dev-only (mirrors AppServiceProvider's // environment gate). 48h is enough for debugging without filling the // dev database. Schedule::command('telescope:prune --hours=48') ->daily() ->environments(['local', 'testing']);