Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias Van der Veken committed Dec 10, 2016
1 parent 60d2a25 commit 2002297
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OpeningHoursListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ class OpeningHoursListener extends Listener

public function addNavItems($nav)
{
// Create the first level navigation item
//dd(\Route::getRoutes());
$store = Nav::item('Opening Hours')->route('addon.settings', 'opening-hours')->icon('calendar');

// Finally, add our first level navigation item
// to the navigation under the 'tools' section.
$nav->addTo('content', $store);
}
}

0 comments on commit 2002297

Please sign in to comment.