Skip to content

Commit

Permalink
change position error handle and update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Oct 16, 2023
1 parent 926e4e1 commit c77a8ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ protected function setup()

$this->app = AppFactory::createApp();

$this->writeErrorLogs(
$this->setupHttpErrorHandle()
);

$kernel = new Kernel($this->app);
$kernel->configure();

Expand Down Expand Up @@ -186,11 +190,6 @@ public function boot()
$this->loadComposer();
$this->setupEnvironment();
$this->setup();

$this->writeErrorLogs(
$this->setupHttpErrorHandle()
);

$this->initAssets();
$this->initExtensions();
$this->loadExtensions();
Expand Down
2 changes: 1 addition & 1 deletion extensions/blueprint
2 changes: 1 addition & 1 deletion extensions/dashboard
2 changes: 1 addition & 1 deletion extensions/react
Submodule react updated from e5fb33 to 994217

0 comments on commit c77a8ca

Please sign in to comment.