mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-24 09:26:52 +00:00
Tests
This commit is contained in:
@@ -137,7 +137,7 @@ class ModelFactory
|
||||
|
||||
return new UpdateList(
|
||||
$updateObjects,
|
||||
$data['marker'] ?? null,
|
||||
$data['marker'] ? (int)$data['marker'] : null,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user