Commit 021e81fc authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменен (но еще не дописан) метод проверяющий переход по ссылке

parent b58239bb
......@@ -19,7 +19,7 @@ class CheckEmailToOpening extends ConditionBase implements ConditionInterface {
return parent::init($conditionName);
}
public function check(){
public function check($message){
return true;
}
}
\ No newline at end of file
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