Commit f1259ccb authored by Shakarim Sapa's avatar Shakarim Sapa

- FIX

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