Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Sep 18, 2024
1 parent 628429b commit 619099d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }}
- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down
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 619099d

Please sign in to comment.