Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2024
1 parent 4b33a75 commit 345e244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/Models/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
* @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 345e244

Please sign in to comment.