diff options
Diffstat (limited to 'lib/modules/FeedbackModule.php')
| -rw-r--r-- | lib/modules/FeedbackModule.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/modules/FeedbackModule.php b/lib/modules/FeedbackModule.php index 34a1ff1..f59ed4b 100644 --- a/lib/modules/FeedbackModule.php +++ b/lib/modules/FeedbackModule.php @@ -11,8 +11,10 @@ * @author Nils Gehrke <nils.gehrke@uni-goettingen.de> * @license https://www.gnu.org/licenses/gpl-2.0.html GPL version 2 */ -class FeedbackModule extends CorePlugin implements StudipModule, SystemPlugin +class FeedbackModule extends CorePlugin implements StudipModuleExtended, SystemPlugin { + use IconNavigationTrait; + /** * {@inheritdoc} */ @@ -21,12 +23,9 @@ class FeedbackModule extends CorePlugin implements StudipModule, SystemPlugin return null; } - /** - * {@inheritdoc} - */ - public function getIconNavigation($course_id, $last_visit, $user_id) + public function getManyIconNavigation(array $course_ids, ?string $user_id = null): array { - return null; + return []; } /** |
