@@ -28,7 +28,7 @@ |
||
28 | 28 | CourseRepositoryInterface $courseRepository, |
29 | 29 | ModuleRepositoryInterface $moduleRepository, |
30 | 30 | DemoLessonRepositoryInterface $demoLessonRepository |
31 | - ){ |
|
31 | + ) { |
|
32 | 32 | $this->courseRepository = $courseRepository; |
33 | 33 | $this->moduleRepository = $moduleRepository; |
34 | 34 | $this->demoLessonRepository = $demoLessonRepository; |