More debug info.

This commit is contained in:
James Cole
2023-12-29 08:25:01 +01:00
parent c08d44ea48
commit c16f7d214f
6 changed files with 25 additions and 22 deletions

View File

@@ -55,6 +55,7 @@ class IndexController extends Controller
public function index()
{
Log::channel('audit')->info('User visits webhook index page.');
return view('webhooks.index');
}
}