Closed 1stevengrant closed 2 years ago
I followed the guide at https://github.com/outl1ne/nova-page-manager/blob/main/MIGRATING.md in migrating things over (although this only seems to handle the migration of pages only and not regions)
Anyway, when I try to visit the page manager in Nova, I get an error Arr::map does not exist which of course it doesn't - I can see this in https://github.com/outl1ne/nova-page-manager/blob/f1bae49077e7f8b4669ae96db3920449ab19a413/src/Helpers/NPMHelpers.php#L85
Arr::map does not exist
would have thought someone else would have run into this already?
a found the issue. Arr::map is a Laravel 9 helper so I'll need to shift to L9 first.
Arr::map
I followed the guide at https://github.com/outl1ne/nova-page-manager/blob/main/MIGRATING.md in migrating things over (although this only seems to handle the migration of pages only and not regions)
Anyway, when I try to visit the page manager in Nova, I get an error
Arr::map does not exist
which of course it doesn't - I can see this in https://github.com/outl1ne/nova-page-manager/blob/f1bae49077e7f8b4669ae96db3920449ab19a413/src/Helpers/NPMHelpers.php#L85would have thought someone else would have run into this already?