Commit fdc3215d authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавили обработчик для действий после подписки

parent 43c2ad1f
...@@ -697,6 +697,10 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter ...@@ -697,6 +697,10 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter
} }
} }
return true; return true;
}
public function afterSubscribeToBlog($params=array(), $return=false){
} }
/** /**
......
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