When I enable this plugin, I get this error:
aws.dev.ERROR: Auth guard [] is not defined.
The issue is caused by these two lines:
|
'user_id' => optional(auth()->user())->id ?? "-", |
|
'company_id' => optional(auth()->user())->company_id ?? "-", |
I recommend either setting a config variable to disable this (default enabled) or removing them completely.
I'm forking this repo and modifying it until then :)