mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-08 01:50:57 +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()
|
private function GenerateManifest()
|
||||||
{
|
{
|
||||||
dump(setting()->getForCurrentUser('dark-mode-enabled'));
|
|
||||||
dump(setting('app-color-dark'));
|
|
||||||
dump(setting('app-color'));
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
"name" => setting('app-name'),
|
"name" => setting('app-name'),
|
||||||
"short_name" => setting('app-name'),
|
"short_name" => setting('app-name'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue