comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); // Schedule perizinan data sync daily at midnight (including all data types) Schedule::command('perizinan:sync --all') ->dailyAt('00:00') ->timezone('Asia/Jakarta') ->withoutOverlapping() ->runInBackground();