Skip to content

Commit 5b883c3

Browse files
committed
Rerun ide-helper
Run `php artisan ide-helper:models --reset "App\PolicyAcceptance" "App\Policy"` followed by `make lint-fix`.
1 parent 076b732 commit 5b883c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/PolicyAcceptance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* @property int $id
1616
* @property int $user_id
1717
* @property int $policy_id
18+
* @property CarbonImmutable $accepted_at
1819
* @property CarbonImmutable|null $created_at
1920
* @property CarbonImmutable|null $updated_at
20-
* @property CarbonImmutable $accepted_at
2121
*
2222
* @method static Builder<static>|PolicyAcceptance newModelQuery()
2323
* @method static Builder<static>|PolicyAcceptance newQuery()

0 commit comments

Comments
 (0)