feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -26,6 +26,6 @@ class WeeklyRoutePerformance extends Model
|
||||
|
||||
public function route(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(\App\Models\Route::class);
|
||||
return $this->belongsTo(Route::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user