- Rласс проверяющий успешное завершение теста добавлен в конфиг

parent 3acc48de
...@@ -12,6 +12,9 @@ return [ ...@@ -12,6 +12,9 @@ return [
'check-user-to-registration' => [ 'check-user-to-registration' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckUserToRegistration', 'class' => 'common\modules\triggers\components\conditions\conditions\CheckUserToRegistration',
], ],
'user-successfully-completed-the-test' => [
'class' => 'common\modules\triggers\components\conditions\conditions\UserSuccessfullyCompletedTheTest',
],
'check-clicking-on-the-link' => [ 'check-clicking-on-the-link' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckClickingOnTheLink', 'class' => 'common\modules\triggers\components\conditions\conditions\CheckClickingOnTheLink',
'params' => [ 'params' => [
......
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