<?php
// In Laravel 12, add the middleware alias in bootstrap/app.php:
//
// ->withMiddleware(function (Middleware $middleware) {
//     $middleware->alias(['tenant' => \App\Http\Middleware\TenantMiddleware::class]);
// })
//
// Keep the framework-generated bootstrap/app.php and merge this alias into it.
