| @@ -40,8 +40,9 @@ | ||
| 40 | 40 | private $tools; |
| 41 | 41 | private $user; |
| 42 | 42 | private $theme_compatibility; |
| 43 | 43 | private $gutenberg; |
| 44 | + private $course_settings_tabs; | |
| 44 | 45 | |
| 45 | 46 | private $woocommerce; |
| 46 | 47 | private $edd; |
| 47 | 48 | private $withdraw; |
| @@ -109,8 +110,9 @@ | ||
| 109 | 110 | $this->tools = new Tools(); |
| 110 | 111 | $this->user = new User(); |
| 111 | 112 | $this->theme_compatibility = new Theme_Compatibility(); |
| 112 | 113 | $this->gutenberg = new Gutenberg(); |
| 114 | + $this->course_settings_tabs = new Course_Settings_Tabs(); | |
| 113 | 115 | $this->woocommerce = new WooCommerce(); |
| 114 | 116 | $this->edd = new TutorEDD(); |
| 115 | 117 | $this->withdraw = new Withdraw(); |
| 116 | 118 | $this->course_widget = new Course_Widget(); |