Skip to content

Commit 9174fe4

Browse files
l3xxnoplanman
authored andcommitted
Update scope getCommandFromType
For the possibility of hierarchical inheritance
1 parent 3869bb1 commit 9174fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public function handle()
373373
*
374374
* @return string
375375
*/
376-
private function getCommandFromType($type)
376+
protected function getCommandFromType($type)
377377
{
378378
return $this->ucfirstUnicode(str_replace('_', '', $type));
379379
}

0 commit comments

Comments
 (0)