Fixed arrival processing

This commit is contained in:
2026-07-05 18:15:05 +10:00
parent 1b92c662f1
commit c6065577af
5 changed files with 113 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use Illuminate\Database\Eloquent\Collection;
#[Description('Looks for any changes to Alliance membership and updates automatically')]
class UpdateAlliances extends Command
{
public function handle()
public function handle(): void
{
$day = now('UTC')->startOfMinute()->toDateString();