@@ -138,8 +138,8 @@ |
||
138 | 138 | |
139 | 139 | $this->em->persist($pl); |
140 | 140 | |
141 | - $seconds = new \Datetime('now'); |
|
142 | - $seconds = $seconds->getTimestamp() - $game->lastQuestionTime->getTimestamp(); |
|
141 | + $seconds = new \Datetime('now'); |
|
142 | + $seconds = $seconds->getTimestamp() - $game->lastQuestionTime->getTimestamp(); |
|
143 | 143 | |
144 | 144 | $this->botApi->sendMessage( |
145 | 145 | $game->chatId, |