🔧 Bootloader: Remove unnecessary wrapping action from inside theme

This commit is contained in:
Ben Word
2025-01-04 09:03:59 -05:00
parent 256128b0cc
commit 25ef858d58

View File

@@ -33,7 +33,6 @@ require $composer;
| |
*/ */
add_action('after_setup_theme', function () {
Application::configure() Application::configure()
->withMiddleware(function (Middleware $middleware) { ->withMiddleware(function (Middleware $middleware) {
// //
@@ -42,7 +41,6 @@ add_action('after_setup_theme', function () {
// //
}) })
->boot(); ->boot();
}, 0);
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------