diff --git a/functions.php b/functions.php index b9f010d..9e3b351 100644 --- a/functions.php +++ b/functions.php @@ -33,16 +33,14 @@ require $composer; | */ -add_action('after_setup_theme', function () { - Application::configure() - ->withMiddleware(function (Middleware $middleware) { - // - }) - ->withExceptions(function (Exceptions $exceptions) { - // - }) - ->boot(); -}, 0); +Application::configure() + ->withMiddleware(function (Middleware $middleware) { + // + }) + ->withExceptions(function (Exceptions $exceptions) { + // + }) + ->boot(); /* |--------------------------------------------------------------------------