Skip to content

Commit

Permalink
Update app.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jul 10, 2024
1 parent 21e1d4d commit 0678883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/one-app/bootstrap/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use App\Http\Middleware\DomainMiddleware;
use App\Http\Middleware\SharedMigrationsMiddleware;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;
Expand All @@ -18,6 +19,7 @@
// push some middeleware to the web group
$middleware->appendToGroup('web', [
DomainMiddleware::class,
SharedMigrationsMiddleware::class,
]);
})
->withExceptions(function (Exceptions $exceptions) {
Expand Down

0 comments on commit 0678883

Please sign in to comment.