mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 04:51:35 +00:00
Remove Dumps
This commit is contained in:
parent
57791c1466
commit
287ed4ff3b
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ class PwaManifestBuilder extends Controller
|
|||
{
|
||||
private function GenerateManifest()
|
||||
{
|
||||
dump(setting()->getForCurrentUser('dark-mode-enabled'));
|
||||
dump(setting('app-color-dark'));
|
||||
dump(setting('app-color'));
|
||||
|
||||
return [
|
||||
"name" => setting('app-name'),
|
||||
"short_name" => setting('app-name'),
|
||||
|
|
Loading…
Add table
Reference in a new issue