Beispiel #1
0
 public function getNewsletterLogs()
 {
     return $this->hasMany(NewsletterLog::className(), ['user_id' => 'id']);
 }