Commit 454c28e80f806023dc13cea09325f02211eed594
1 parent
f53044e7
alias
Showing
2 changed files
with
0 additions
and
3 deletions
Show diff stats
clinica deleted
1 | -Subproject commit 8b1b0efde228ff71e43eba90086e0c15392645cc |
common/models/Service.php
@@ -162,6 +162,4 @@ class Service extends ActiveRecord | @@ -162,6 +162,4 @@ class Service extends ActiveRecord | ||
162 | public function getQuestions(){ | 162 | public function getQuestions(){ |
163 | return $this->hasMany(Question::className(), ['service_id' => 'id']); | 163 | return $this->hasMany(Question::className(), ['service_id' => 'id']); |
164 | } | 164 | } |
165 | - | ||
166 | - | ||
167 | } | 165 | } |