Suggestion, add route name
Opened this issue · 0 comments
DanielKimmich commented
Detailed description
The proposal is to save the route name in the table.
Context
This would be useful to consult filtering by route and show all the actions carried out with that url.
Possible implementation
public function route() : ?string
{
return $this->request->route()->getName();
}