From f398215723bc006687ce80fb98c73fb570e3616c Mon Sep 17 00:00:00 2001 From: Anton Bagliy <taccessviolation@gmail.com> Date: Sat, 16 Feb 2019 17:11:53 +0300 Subject: [PATCH] WAIT: adding postgraduates #371 --- .../application/classes/Controller/Api/V0/Student.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/~dev_rating/application/classes/Controller/Api/V0/Student.php b/~dev_rating/application/classes/Controller/Api/V0/Student.php index 0fa11da29..b60f2c3f5 100644 --- a/~dev_rating/application/classes/Controller/Api/V0/Student.php +++ b/~dev_rating/application/classes/Controller/Api/V0/Student.php @@ -59,9 +59,9 @@ class Controller_Api_V0_Student extends Controller_Handler_Api $recordBookData->degree = 'master'; break; - case 'Аспирант': - $recordBookData->degree = 'postgraduate'; - break; +// case 'Аспирант': +// $recordBookData->degree = 'postgraduate'; +// break; default: throw new InvalidArgumentException('Bad RecordBook degree'); -- GitLab