codenco-dev / nova-grid-system

Nova grid system for Laravel Nova
80 stars 33 forks source link

Nova 4 Upgrade: Implement abstract function menu from Tool.php into NovaGridSystem.php #18

Closed ali-raza-saleem closed 2 years ago

ali-raza-saleem commented 2 years ago

Nova 4 added abstract function menu() in Tool.php. Since NovaGridSystem.php extends Tool.php, it necessitates the function's implementation in NovaGridSystem.php..