Skip to content

Commit

Permalink
Merge pull request #18 from the-alichemist/nova-4-upgrade
Browse files Browse the repository at this point in the history
Nova 4 Upgrade: Implement abstract function menu from Tool.php into NovaGridSystem.php
  • Loading branch information
domthomas-dev committed Apr 27, 2022
2 parents ea22158 + 8167911 commit c9f6ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/NovaGridSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Laravel\Nova\Nova;
use Laravel\Nova\Tool;
use Illuminate\Http\Request;

class NovaGridSystem extends Tool
{
Expand All @@ -27,4 +28,7 @@ public function renderNavigation()
{
return;
}

public function menu(Request $request) {}

}

0 comments on commit c9f6ae6

Please sign in to comment.