Naming a model "Event" in Laravel

When you have a Laravel model called Event (because it is an actual events table in the database), you might find difficulties in writing docs and/or issues and PRs.

Reading these myself, I always step back to think “wait is this event as in the model or event that dispatches jobs?”