@@ -1144,7 +1144,7 @@ |
||
1144 | 1144 | protected function prepareLock(string $identifier, int $ttl = 1800): array |
1145 | 1145 | { |
1146 | 1146 | return [ |
1147 | - 'owner' => $this->_user->getId(), |
|
1147 | + 'owner' => $this->_user->getId(), |
|
1148 | 1148 | 'created' => new UTCDateTime(), |
1149 | 1149 | 'id' => $identifier, |
1150 | 1150 | 'expire' => new UTCDateTime((time() + $ttl) * 1000), |