Skip to content

Commit b38088f

Browse files
authored
Merge pull request #6 from yswtrue/master
bugfix city relationship
2 parents b8c4a3e + 79e2a77 commit b38088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/City.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function country()
3131

3232
public function division()
3333
{
34-
return $this->belongsTo(division::class);
34+
return $this->belongsTo(Division::class);
3535
}
3636

3737
public function children()

0 commit comments

Comments
 (0)