🔧 Bootloader: Remove unnecessary wrapping action from inside theme
This commit is contained in:
@@ -33,7 +33,6 @@ require $composer;
|
||||
|
|
||||
*/
|
||||
|
||||
add_action('after_setup_theme', function () {
|
||||
Application::configure()
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
//
|
||||
@@ -42,7 +41,6 @@ add_action('after_setup_theme', function () {
|
||||
//
|
||||
})
|
||||
->boot();
|
||||
}, 0);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user