public function getBulletins() { return $this->hasMany(Bulletin::className(), ['user_id' => 'id']); }