HI, would be great if it can display custom events, the this in `spatie/laravel-activitylog` doc ```php activity() ->performedOn($anEloquentModel) ->causedBy($user) ->withProperties(['customProperty' => 'customValue']) ->log('Look mum, I logged something'); ```