Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Kit Library menu page [TMZ-174] #85

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 0 additions & 58 deletions modules/admin/classes/menu/pages/kits-library.php

This file was deleted.

4 changes: 0 additions & 4 deletions modules/admin/components/admin-menu-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace HelloPlus\Modules\Admin\Components;

use HelloPlus\Modules\Admin\Classes\Menu\Pages\Kits_Library;
use HelloPlus\Modules\Admin\Classes\Menu\Pages\Settings;
use HelloPlus\Modules\Admin\Classes\Menu\Pages\Setup_Wizard;

Expand All @@ -17,9 +16,6 @@ class Admin_Menu_Controller {
public function admin_menu( $parent_slug ) {
$setup_wizard = new Setup_Wizard();
$setup_wizard->register_setup_wizard_page( $parent_slug );

$kits_library = new Kits_Library();
$kits_library->register_kits_library_page( $parent_slug );
}

public function activate() {
Expand Down
Loading