コード例 #1
0
 /**
  * @inheritdoc
  */
 protected function createQuery()
 {
     return UserAuthLog::find()->with(['user']);
 }