mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-06-13 12:20:30 +00:00
7 lines
161 B
PHP
7 lines
161 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('backup:clean')->daily()->at('01:00');
|
|
Schedule::command('backup:run')->daily()->at('01:30');
|