fix that free shifts become green

This commit is contained in:
msquare 2016-12-23 12:46:32 +01:00
parent 94cc01d4ce
commit 9e804ba91a
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::OCCUPIED:
case ShiftSignupState::FREE:
$this->state = $shiftSignupState->getState();
}
}