You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running legacy Laravel v8 application, Filament v2, Laravel Auditing v13; This plugin can be installed and configured correctly, and displays the Audit tab for the resource, however selecting the tab throws an exception.
Method Illuminate\Support\Arr::map does not exist.
Running legacy Laravel v8 application, Filament v2, Laravel Auditing v13; This plugin can be installed and configured correctly, and displays the Audit tab for the resource, however selecting the tab throws an exception.
Method Illuminate\Support\Arr::map does not exist.
From the Laravel documentation
Arr::map
was not introduced until Laravel 9 (https://laravel.com/docs/9.x/helpers#method-array-map).AuditsRelationManager.php
references this method:Auditing v13 looks to support Laravel v7 onwards.
The text was updated successfully, but these errors were encountered: