@@ -32,7 +32,7 @@ discard block |
||
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 |
||
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 | } |