mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
fixes
This commit is contained in:
@@ -187,7 +187,8 @@ class Folder extends Model
|
||||
|
||||
public function teamInvitations(): HasMany
|
||||
{
|
||||
return $this->hasMany(TeamFolderInvitation::class, 'parent_id', 'id');
|
||||
return $this->hasMany(TeamFolderInvitation::class, 'parent_id', 'id')
|
||||
->where('status', 'pending');
|
||||
}
|
||||
|
||||
public function teamMembers(): BelongsToMany
|
||||
|
||||
Reference in New Issue
Block a user