summaryrefslogtreecommitdiff
path: root/bootstrap/app.php
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
committergrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
commita8446acd5a32f43534260cbe16225cfa975e18f2 (patch)
treed0a42bd9cb319758db803878523187978458c157 /bootstrap/app.php
parent57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff)
stuff from claude. good point to commit.HEADmain
Diffstat (limited to 'bootstrap/app.php')
-rw-r--r--bootstrap/app.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/app.php b/bootstrap/app.php
index c183276..92455e0 100644
--- a/bootstrap/app.php
+++ b/bootstrap/app.php
@@ -11,7 +11,9 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware): void {
- //
+ $middleware->web(append: [
+ \App\Http\Middleware\LogVisitors::class,
+ ]);
})
->withExceptions(function (Exceptions $exceptions): void {
//