Skip to content

Commit

Permalink
Update SampleServiceProvider.php (phpvms#1950)
Browse files Browse the repository at this point in the history
Add the missing menu icon
  • Loading branch information
FatihKoz authored Jan 14, 2025
1 parent 1e0e467 commit c2088c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Sample/Providers/SampleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function registerLinks()
// $this->moduleSvc->addFrontendLink('Sample', '/sample', '', $logged_in=true);

// Admin links:
$this->moduleSvc->addAdminLink('Sample', '/admin/sample');
$this->moduleSvc->addAdminLink('Sample', '/admin/sample', 'pe-7s-note');
}

/**
Expand Down

0 comments on commit c2088c7

Please sign in to comment.