Passed
Push — master ( e09305...160681 )
by Thomas
08:46
created
app/Http/Controllers/Admin/Operations/ShowStudentListOperation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
         $this->crud->allowAccess(['showstudentphotoroster']);
33 33
         $this->crud->setOperationSetting('setFromDb', true);
34 34
 
35
-        $this->crud->operation('showstudentphotoroster', function () {
35
+        $this->crud->operation('showstudentphotoroster', function() {
36 36
             $this->crud->loadDefaultOperationSettingsFromConfig();
37 37
         });
38 38
 
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         return view('courses/show', [
56 56
             'course' => $course,
57 57
             'enrollments' => $course->enrollments()->with('student')->get(),
58
-            'widget' => ['course' => $course ],
58
+            'widget' => ['course' => $course],
59 59
         ]);
60 60
     }
61 61
 }
Please login to merge, or discard this patch.