diff options
| author | levlam <levlam@telegram.org> | 2025-06-20 10:45:26 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-06-20 10:45:26 +0300 |
| commit | 94bda676a10f93e73845d8ffed3919f5a55c9622 (patch) | |
| tree | f85b03a793aa43e1be43784ae4a6d0cf73c52204 /SplitSource.php | |
| parent | 34db581cd40844a21a49b2348da21393d0c9da1b (diff) | |
Add class ToDoItem.
Diffstat (limited to 'SplitSource.php')
| -rw-r--r-- | SplitSource.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SplitSource.php b/SplitSource.php index 9eac66295..209fb49c7 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -455,6 +455,7 @@ function split_file($file, $chunks, $undo) { 'theme_manager[_(-](?![.]get[(][)])|ThemeManager' => 'ThemeManager', 'ThemeSettings' => 'ThemeSettings', 'time_zone_manager[_(-](?![.]get[(][)])|TimeZoneManager' => 'TimeZoneManager', + 'ToDoItem' => 'ToDoItem', 'TopDialogCategory|get_top_dialog_category' => 'TopDialogCategory', 'top_dialog_manager[_(-](?![.]get[(][)])|TopDialogManager' => 'TopDialogManager', 'translation_manager[_(-](?![.]get[(][)])|TranslationManager' => 'TranslationManager', |
