Complete all stats

This commit is contained in:
Thuan Bui
2025-04-04 11:58:13 +09:00
parent c7bf3ea95d
commit e2321b0763
+1 -1
View File
@@ -13,7 +13,7 @@ class ProjectObserver
public function creating(Project $project): void public function creating(Project $project): void
{ {
Stat::first()->increment('projects_count'); $stat = Stat::first()->increment('projects_count');
} }
/** /**