Session api token validation

This commit is contained in:
2026-06-29 21:42:47 +10:00
parent 164b590a6c
commit e551e202d5
18 changed files with 273 additions and 154 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class FlightObserver
//Make queued task if the site gets big
$flight->user->followers()
->get()
->each(fn ($follower) => Cache::forget("user_following_flights_{$follower->id}"));
->each(fn ($follower) => Cache::forget("user_following_flights_{$follower->user_id}"));
}