rmsramos/activitylog

'Unhandled match case 'Created'' error with existing data in Spatie Activity Logs table.

koppa53 opened this issue · 5 comments

What happened?

I tried installing this new plugin with existing data in activity logs however i keep receiving this error when i load the page. 'Unhandled match case 'Created''

How to reproduce the bug

Install the plugin with existing data/logs. The logs was previously generated with the plugin z3d0x/filament-logger.

Package Version

1.0

PHP Version

8.3.3

Laravel Version

11.10.0

Which operating systems does with happen with?

Windows

Notes

No response

Can you give me more information about the error? If possible example of code and print of the error.

image

at this line
image

Having a similar issue: Unhandled match case 'Deleted'

Hi guys, today I'm going to check this out.

Hi guys, fixed in v1.0.2
I hadn't really left a default return value for other events. Update the package and confirm if it is working normally.