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
I use this package with spatie activity log. When trying to format the date, nothing happens. I'm using the default created_at column from activity_log table.
How to reproduce the bug
Simply use ActivityDate inside InfoBuilder:
ActivityDate::make('created_at')->date('F j, Y'),
Package Version
1.2.9
PHP Version
8.2
Laravel Version
11.32.0
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
I use this package with spatie activity log. When trying to format the date, nothing happens. I'm using the default created_at column from activity_log table.
How to reproduce the bug
Simply use ActivityDate inside InfoBuilder:
ActivityDate::make('created_at')->date('F j, Y'),
Package Version
1.2.9
PHP Version
8.2
Laravel Version
11.32.0
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: