Added Notifications

This commit is contained in:
2026-06-06 13:00:47 +10:00
parent a6812ad95c
commit 0f12250644
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@ trait HasAchievements
{
public function calculateAchievements(): void
{
/** @var User $this */
app(AchievementService::class)->calculate($this);
}
}