Commit db3b342a authored by Jack'lul's avatar Jack'lul

Fix travis

parent e2f62f2b
......@@ -191,7 +191,7 @@ class DB
$sql .= ' WHERE `id` = :id';
}
$sql.= ' ORDER BY `id` DESC';
$sql .= ' ORDER BY `id` DESC';
if ($limit !== null) {
$sql .= ' LIMIT :limit';
......
......@@ -884,7 +884,7 @@ class Telegram
* Enable requests limiter
*
* @param array $options
*
*
* @return \Longman\TelegramBot\Telegram
*/
public function enableLimiter(array $options = [])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment