Ejemplo n.º 1
0
 public function getServices()
 {
     return $this->hasMany(Service::className(), ['provider_id' => 'id']);
 }