🔧 Minimal bootloader

This commit is contained in:
Ben Word
2025-01-04 09:09:18 -05:00
parent db891ebf6c
commit 6811b5b37f

View File

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