From 454c28e80f806023dc13cea09325f02211eed594 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 8 Jun 2018 09:58:01 +0300 Subject: [PATCH] alias --- clinica | 1 - common/models/Service.php | 2 -- 2 files changed, 0 insertions(+), 3 deletions(-) delete mode 160000 clinica diff --git a/clinica b/clinica deleted file mode 160000 index 8b1b0ef..0000000 --- a/clinica +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b1b0efde228ff71e43eba90086e0c15392645cc diff --git a/common/models/Service.php b/common/models/Service.php index 1da6725..6073abb 100644 --- a/common/models/Service.php +++ b/common/models/Service.php @@ -162,6 +162,4 @@ class Service extends ActiveRecord public function getQuestions(){ return $this->hasMany(Question::className(), ['service_id' => 'id']); } - - } -- libgit2 0.21.4