fix(bootstrap): use static bootloader to prevent rebooting

This commit is contained in:
QWp6t
2021-02-26 22:20:46 -08:00
parent 6ca0aa6b74
commit 8d5df52eb7

View File

@@ -11,7 +11,7 @@
|
*/
$app = new Roots\Acorn\Bootloader();
\Roots\bootloader();
/*
|--------------------------------------------------------------------------
@@ -47,16 +47,3 @@ collect(['helpers', 'setup', 'filters', 'admin'])
*/
add_theme_support('sage');
/*
|--------------------------------------------------------------------------
| Return The Application
|--------------------------------------------------------------------------
|
| This script returns the application instance. The instance is given to
| the calling script so we can separate the building of the instances
| from the actual running of the application and sending responses.
|
*/
return $app;