fix: 🚑️ ChargeServer Command
This commit is contained in:
parent
2e6c03e3cc
commit
907fb74734
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ChargeServers extends Command
|
|||
$newBillingDate = Carbon::parse($server->last_billed)->addMonth();
|
||||
break;
|
||||
case 'weekly':
|
||||
$newBillingDate = Carbon::parse($server->last_billed)->addYear();
|
||||
$newBillingDate = Carbon::parse($server->last_billed)->addWeek();
|
||||
break;
|
||||
case 'daily':
|
||||
$newBillingDate = Carbon::parse($server->last_billed)->addDay();
|
||||
|
|
Loading…
Add table
Reference in a new issue