Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
devjk1 authored and actions-user committed Mar 4, 2021
1 parent 2f01ce9 commit 998321f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Models/City.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function zipCodes()
{
return $this->belongsToMany(ZipCode::class)
->withPivot('primary')
->withTimestamps();;
->withTimestamps();
;
}
}
}

0 comments on commit 998321f

Please sign in to comment.