fix that free shifts become green

This commit is contained in:
msquare 2016-12-23 12:48:34 +01:00
parent 9e804ba91a
commit b8c26b0fd0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class ShiftSignupState {
switch ($this->state) {
case ShiftSignupState::ANGELTYPE:
case ShiftSignupState::FREE:
case ShiftSignupState::OCCUPIED:
$this->state = $shiftSignupState->getState();
}
}