Skip to content

Commit

Permalink
Update Address.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Sep 18, 2024
1 parent 4fd9377 commit 628429b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/Models/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
* @property ?\Illuminate\Support\Carbon $created_at
* @property ?\Illuminate\Support\Carbon $updated_at
*/
class Address extends BaseModel implements Addressable, Contracts\Address
{
class Address extends BaseModel implements Addressable, Contracts\Address {
use HasFactory, HasMacros;

/**
Expand Down

0 comments on commit 628429b

Please sign in to comment.