fix that free shifts become green
This commit is contained in:
parent
9e804ba91a
commit
b8c26b0fd0
|
@ -63,7 +63,7 @@ class ShiftSignupState {
|
|||
|
||||
switch ($this->state) {
|
||||
case ShiftSignupState::ANGELTYPE:
|
||||
case ShiftSignupState::FREE:
|
||||
case ShiftSignupState::OCCUPIED:
|
||||
$this->state = $shiftSignupState->getState();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue