mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Method syncWithoutDetaching
Expects Array
This commit is contained in:
parent
db259e2689
commit
cf381c9e7d
@ -75,7 +75,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->following()->syncWithoutDetaching($userId);
|
$this->following()->syncWithoutDetaching([$userId]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user