Commit 56fba3f1 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавили новую константу, определяющую что пользователь подписался именно на блог

parent fdc3215d
......@@ -23,6 +23,7 @@ class TriggerLogs extends \yii\db\ActiveRecord
const USER_REGISTRATION = 'registration';
const USER_SUBSCRIBE = 'subscribe';
const USER_VISITED = 'visited';
const USER_SUBSCRIBE_TO_BLOG = 'subscribe-to-blog';
public static function logAction()
{
......
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