Example #1
0
 public function getBroker()
 {
     return $this->hasOne(Broker::className(), ['user_id' => 'id']);
 }