You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to get the barangays of the specific municipality
SubMunicipality::includes('barangays')->get(); is returning null
SubMunicipality::includes('barangays')->find('133901000'); as per example to your documentation is also returning null
The text was updated successfully, but these errors were encountered:
Description
Im trying to get the barangays of the specific municipality
SubMunicipality::includes('barangays')->get(); is returning null
SubMunicipality::includes('barangays')->find('133901000'); as per example to your documentation is also returning null
The text was updated successfully, but these errors were encountered: