Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 95a8f71

Browse files
authored
Merge pull request #12 from sharafat/patch-1
Update to be compatible with Nova 4
2 parents cf10ac3 + eb36cde commit 95a8f71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NovaDynamicViews.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ public function boot()
1616
{
1717
Nova::script('nova-dynamic-views', __DIR__.'/../dist/js/tool.js');
1818
}
19+
20+
public function menu(Request $request)
21+
{
22+
// TODO: Implement menu() method.
23+
}
1924
}

0 commit comments

Comments
 (0)