Skip to content

Commit b209927

Browse files
committed
refactor: change appName type to string
1 parent 6f9bb04 commit b209927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram/TelegramLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TelegramLog
1010

1111
protected string $token;
1212
protected string $chatId;
13-
protected mixed $appName;
13+
protected string $appName;
1414

1515

1616
public function __construct()

0 commit comments

Comments
 (0)