Skip to content

Commit

Permalink
Merge pull request #45 from miamibc/koldun-plugin
Browse files Browse the repository at this point in the history
Koldun plugin
  • Loading branch information
miamibc authored Dec 3, 2021
2 parents b4842c0 + ce24986 commit 32f1bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Koldun.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Koldun extends Base

private $client; // http client
protected $options =[
'triggers' => ['сколько', "что", "как", "где", "почему", "когда", "кому", "зачем"],
'triggers' => ['сколько', "что", "кто", "как", "где", "почему", "когда", "кому", "зачем"],
];

public function __construct($options = [])
Expand Down

0 comments on commit 32f1bc2

Please sign in to comment.