diff options
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/app.php | 4 |
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 { // |
