Upgrade to version 11.0.1 #1

Merged
steve merged 60 commits from v11.0.1 into main 2025-10-30 22:14:46 +00:00
Showing only changes of commit 89e5ebcd55 - Show all commits

View File

@@ -1,8 +1,6 @@
<?php <?php
use Roots\Acorn\Application; use Roots\Acorn\Application;
use Roots\Acorn\Configuration\Exceptions;
use Roots\Acorn\Configuration\Middleware;
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -34,12 +32,9 @@ require $composer;
*/ */
Application::configure() Application::configure()
->withMiddleware(function (Middleware $middleware) { ->withProviders([
// App\Providers\ThemeServiceProvider::class,
}) ])
->withExceptions(function (Exceptions $exceptions) {
//
})
->boot(); ->boot();
/* /*