@@ -145,8 +145,7 @@ |
||
145 | 145 | if($sheetName == 'topicQuestionsGrid') { |
146 | 146 | $topic = Topic::find($showId); |
147 | 147 | $this->config = $className::getQuestionsGridConfig($topic); |
148 | - } |
|
149 | - else{ |
|
148 | + } else{ |
|
150 | 149 | $this->config = $className::getGridConfig($user); |
151 | 150 | } |
152 | 151 |