Skip to content

Commit

Permalink
Fix bug with rendering the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Poseidon281 committed Jun 11, 2024
1 parent 1ec9ac3 commit 3ce1ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ protected function setConfigFromDatabase(): void
}

$this->writeToEnvironment($this->variables);
Artisan::call('config:cache'); // When this is called the page freezes, but it is the only way to make it work that i can find
//Artisan::call('config:cache'); // When this is called the page freezes, but it is the only way to make it work that i can find
}
}

0 comments on commit 3ce1ec8

Please sign in to comment.