Added sockets for notifications
This commit is contained in:
@@ -34,6 +34,7 @@ class FlightObserver
|
||||
*/
|
||||
public function updated(UserFlight $flight): void
|
||||
{
|
||||
\Log::info('Observer fired for flight ' . $flight->id);
|
||||
$flight->user->calculateAchievements();
|
||||
$this->clearCache($flight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user