chore: Don't run `demo:reset` command daily (#353)
Removes daily schedule for `demo:reset` command.
This commit is contained in:
parent
e387c038ca
commit
3fea230d58
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('demo:reset')->twiceDaily();
|
||||
Schedule::command('budgets:generate-periods')->daily();
|
||||
Schedule::command('banking:sync')->everySixHours();
|
||||
Schedule::command('banks:check-logos')->weekly();
|
||||
|
|
|
|||
Loading…
Reference in New Issue