mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
AccompanyingPeriod: fix method hasPreviousUser
This commit is contained in:
parent
33f93d484d
commit
abc3caee00
@ -975,7 +975,7 @@ class AccompanyingPeriod implements
|
|||||||
|
|
||||||
public function hasPreviousUser(): bool
|
public function hasPreviousUser(): bool
|
||||||
{
|
{
|
||||||
return null !== $this->userPrevious;
|
return $this->user !== $this->userPrevious;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user