예제 #1
0
 public function getTransactions()
 {
     return $this->hasMany(OrderTransaction::className(), ['order_id' => 'id']);
 }