fix(bootstrap): use static bootloader to prevent rebooting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user