use Enigma\GoogleChatHandler;
use Illuminate\Http\Request;
class AppServiceProvider {
public function register() {}
public function boot() {
GoogleChatHandler::$additionalLogs = function () {
return [
'tenant' => request()->user()?->tenant->name,
'request' => json_encode(request()->toArray()),
];
};
}
}
LOG_GOOGLE_CHAT_NOTIFY_USER_ID_DEFAULT=all
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.