spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Added possibility to fall back to a default user id #10

Closed kerwitz closed 9 years ago

kerwitz commented 9 years ago

As described in #9.

freekmurze commented 9 years ago

Thanks, I'll review your changes this weekend. If all is good, I'll merge it and tag a new version.

kerwitz commented 9 years ago

:+1:

freekmurze commented 9 years ago

I've taken a look at your code a bit earlier than anticipated. In general your changes were good. I've refactored `normalizedUserId' a little bit. If prefer early returns over else-branches.

All changes are included in the newly tagged version 2.1.0

kerwitz commented 9 years ago

Looks good!