chore(deps): upgrade dependencies (#7524)
This commit is contained in:
@@ -25,7 +25,7 @@ class Emotion extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array<int,string>
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'account_id',
|
||||
@@ -36,6 +36,8 @@ class Emotion extends Model
|
||||
|
||||
/**
|
||||
* Get the account associated with the emotion.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo<\App\Models\Account, $this>
|
||||
*/
|
||||
public function account(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user