Commit 702faf42 authored by Shakarim Sapa's avatar Shakarim Sapa

- Подкорректирован метод, выполняющий действие по триггеру

parent 28be8c8f
......@@ -206,7 +206,7 @@ class TriggerTrigger extends \common\components\ActiveRecordModel
* Тут выполняем то, что произойдет когда триггер сработает
* @param $message
*/
public function initAction($message){
public function initAction($message=null){
echo "ASD";
}
}
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