feat: implement barangay and household management with associated tests

This commit is contained in:
Developer
2026-06-29 15:02:52 +08:00
parent 9ac2ea7bda
commit b85fc255cf
124 changed files with 2894 additions and 192 deletions

View File

@@ -26,6 +26,6 @@ class WeeklyRoutePerformance extends Model
public function route(): BelongsTo
{
return $this->belongsTo(\App\Models\Route::class);
return $this->belongsTo(Route::class);
}
}