fix: add type hints to models

This commit is contained in:
Roardom
2023-08-26 07:43:07 +00:00
parent 87724ba303
commit f2066f4441
83 changed files with 1020 additions and 3008 deletions
+2
View File
@@ -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
{