mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +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');
|