TimestampBehavior::class, 'attributes' => [ ], ], ]; } public function getOrder() { return $this->hasOne(ProductOrder::class, ['id' => 'order_id']); } public function getStore() { return $this->hasOne(Store::class, ['id' => 'store_id']); } }