mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
fix: add type hints to models
This commit is contained in:
@@ -31,6 +31,8 @@ class ChatStatus extends Model
|
||||
|
||||
/**
|
||||
* A Status Has Many Users.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany<User>
|
||||
*/
|
||||
public function users(): \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user