@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | */ |
| 126 | 126 | public function chooseFreeRoom(RoomTableService $roomTableService, $guestId) |
| 127 | 127 | { |
| 128 | - if(! $this->isReservationDataInSessionCorrect()) { |
|
| 128 | + if (!$this->isReservationDataInSessionCorrect()) { |
|
| 129 | 129 | return $this->returnBack([ |
| 130 | 130 | 'message' => trans('general.object_not_found'), |
| 131 | 131 | 'alert-class' => 'alert-danger', |
@@ -175,7 +175,7 @@ discard block |
||
| 175 | 175 | |
| 176 | 176 | public function add($roomId, $guestId) |
| 177 | 177 | { |
| 178 | - if(! $this->isReservationDataInSessionCorrect()) { |
|
| 178 | + if (!$this->isReservationDataInSessionCorrect()) { |
|
| 179 | 179 | return $this->returnBack([ |
| 180 | 180 | 'message' => trans('general.object_not_found'), |
| 181 | 181 | 'alert-class' => 'alert-danger', |