Skip to content

Commit 5109172

Browse files
scott graysonscott grayson
authored andcommitted
Fix PHPStan errors - add user_id property annotation
- Added user_id property to FilamentFormUser model PHPDoc - PHPStan now recognizes user_id property access
1 parent 4e8ce34 commit 5109172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/FilamentFormUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/**
1414
* @property array $entry
1515
* @property array|null $firstEntry
16+
* @property int|null $user_id
1617
* @property-read array $key_value_entry
1718
* @property-read FilamentForm $filamentForm
1819
*/

0 commit comments

Comments
 (0)