mirror of
https://github.com/anna-sara/lan_kiosk
synced 2026-09-03 10:25:02 +02:00
6 lines
166 B
PHP
6 lines
166 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('app:sync-customers')->everyMinute();
|
|
Schedule::command('app:prune-stale-transactions')->hourly();
|